Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Nov 19, 2020
1 parent 364382a commit 9b96e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "cloudspout-button-panel",
"version": "7.0.10",
"version": "7.0.11",
"description": "Panel for a single button",
"scripts": {
"clean": "rm -rf dist/",
"grafana-sign": "node grafana-sign.js",
"zip": "node zip.js",
"dist": "npm run build && npm run sign && npm run zip",
"distx": "npm run build && npm run sign && npm run zip",
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"hooks": {
"after:bump": [
"npm run dist"
"npm run distx"
]
}
}
Expand Down

0 comments on commit 9b96e9d

Please sign in to comment.