IRM tilt changes (#4940)

Related to https://github.com/grafana/irm/pull/45
This commit is contained in:
Joey Orlando 2024-08-27 21:03:30 -04:00 committed by GitHub
parent ed24fdd0b6
commit c475a154aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -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"],
]

View file

@ -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'",