Skip to content

Commit d6a2367

Browse files
committed
chore: use new sign script
1 parent 9fc56a8 commit d6a2367

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
@@ -10,6 +10,7 @@
1010
"lint:fix": "yarn run lint --fix",
1111
"prettier:check": "prettier --list-different \"**/*.{ts,tsx,scss}\"",
1212
"prettier:write": "yarn run prettier:check --write",
13+
"sign": "npx --yes @grafana/sign-plugin@latest",
1314
"test": "jest --watch --onlyChanged",
1415
"test:ci": "jest --passWithNoTests --maxWorkers 4",
1516
"typecheck": "tsc --noEmit"

0 commit comments

Comments
 (0)