Skip to content

Commit 567108c

Browse files
committed
Add "npm run dist"
1 parent 01b954f commit 567108c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"test": "grafana-toolkit plugin:test",
88
"dev": "grafana-toolkit plugin:dev",
99
"watch": "grafana-toolkit plugin:dev --watch",
10+
"dist": "docker-compose run --rm dist",
1011
"release": "version=$(jq -r '.version' package.json) && git tag ${version} -a -m \"Release ${version}!!!\" && git push --tags"
1112
},
1213
"author": "Amiya",

0 commit comments

Comments
 (0)