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 f962824 commit f8f5f86Copy full SHA for f8f5f86
package.json
@@ -11,6 +11,7 @@
11
"sign": "grafana-toolkit plugin:sign",
12
"build-sign-release": "yarn run build && yarn run sign && yarn run package",
13
"package": "cp -r dist/ simpod-json-datasource && zip simpod-json-datasource.zip simpod-json-datasource -r && rm -rfd simpod-json-datasource",
14
+ "release:minor": "npm version minor && yarn run build-sign-release",
15
"release:patch": "npm version patch && yarn run build-sign-release",
16
"eslint:check": "eslint src spec --ext .tsx,.ts",
17
"eslint:fix": "yarn run eslint:check --fix",
0 commit comments