IRM tilt changes (#4940)
Related to https://github.com/grafana/irm/pull/45
This commit is contained in:
parent
ed24fdd0b6
commit
c475a154aa
2 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,8 @@
|
|||
[run]
|
||||
init_cmds = [
|
||||
["mage", "-v", "build:debugLinuxARM64"],
|
||||
["mage", "-v" , "reloadPlugin"]
|
||||
["mage", "-v", "build:debugLinuxAMD64"],
|
||||
["mage", "-v" , "reloadPlugin"],
|
||||
]
|
||||
watch_all = true
|
||||
follow_symlinks = false
|
||||
|
|
@ -18,5 +19,6 @@ watch_exts = [".go", ".json"]
|
|||
build_delay = 2000
|
||||
cmds = [
|
||||
["mage", "-v", "build:debugLinuxARM64"],
|
||||
["mage", "-v" , "reloadPlugin"]
|
||||
["mage", "-v", "build:debugLinuxAMD64"],
|
||||
["mage", "-v" , "reloadPlugin"],
|
||||
]
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"build:dev": "NODE_ENV=development webpack -c ./webpack.config.ts --env development",
|
||||
"labels:link": "yarn --cwd ../../gops-labels/frontend link && yarn link \"@grafana/labels\" && yarn --cwd ../../gops-labels/frontend watch",
|
||||
"labels:unlink": "yarn --cwd ../../gops-labels/frontend unlink",
|
||||
"mage:build-dev": "go mod download && mage -v build:debugLinuxARM64",
|
||||
"mage:build-dev": "go mod download && mage -v build:debugLinuxARM64 && mage -v build:debugLinuxAMD64",
|
||||
"mage:watch": "go mod download && mage -v watch",
|
||||
"test-utc": "TZ=UTC jest --verbose --testNamePattern '^((?!@london-tz).)*$'",
|
||||
"test-london-tz": "TZ=Europe/London jest --verbose --testNamePattern '@london-tz'",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue