Skip to content

Commit

Permalink
IRM tilt changes (#4940)
Browse files Browse the repository at this point in the history
Related to grafana/irm#45
  • Loading branch information
joeyorlando authored Aug 28, 2024
1 parent ed24fdd commit c475a15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions grafana-plugin/.bra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"],
]
2 changes: 1 addition & 1 deletion grafana-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit c475a15

Please sign in to comment.