Skip to content

Commit 8526832

Browse files
committed
add sign to scripts
1 parent f2821dd commit 8526832

File tree

2 files changed

+3381
-152
lines changed

2 files changed

+3381
-152
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"lint:fix": "yarn lint --fix",
1313
"e2e": "yarn cypress install && yarn grafana-e2e run",
1414
"e2e:update": "yarn cypress install && yarn grafana-e2e run --update-screenshots",
15-
"server": "docker-compose up --build"
15+
"server": "docker-compose up --build",
16+
"sign": "grafana-toolkit plugin:sign"
1617
},
1718
"author": "Speakyourcode",
1819
"license": "Apache-2.0",
@@ -21,6 +22,7 @@
2122
"@grafana/e2e": "9.2.4",
2223
"@grafana/e2e-selectors": "9.2.4",
2324
"@grafana/eslint-config": "^5.1.0",
25+
"@grafana/toolkit": "9.2.4",
2426
"@grafana/tsconfig": "^1.2.0-rc1",
2527
"@swc/core": "^1.3.18",
2628
"@swc/helpers": "^0.4.13",

0 commit comments

Comments
 (0)