We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc56a8 commit d6a2367Copy full SHA for d6a2367
package.json
@@ -10,6 +10,7 @@
10
"lint:fix": "yarn run lint --fix",
11
"prettier:check": "prettier --list-different \"**/*.{ts,tsx,scss}\"",
12
"prettier:write": "yarn run prettier:check --write",
13
+ "sign": "npx --yes @grafana/sign-plugin@latest",
14
"test": "jest --watch --onlyChanged",
15
"test:ci": "jest --passWithNoTests --maxWorkers 4",
16
"typecheck": "tsc --noEmit"
0 commit comments