We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2821dd commit 8526832Copy full SHA for 8526832
package.json
@@ -12,7 +12,8 @@
12
"lint:fix": "yarn lint --fix",
13
"e2e": "yarn cypress install && yarn grafana-e2e run",
14
"e2e:update": "yarn cypress install && yarn grafana-e2e run --update-screenshots",
15
- "server": "docker-compose up --build"
+ "server": "docker-compose up --build",
16
+ "sign": "grafana-toolkit plugin:sign"
17
},
18
"author": "Speakyourcode",
19
"license": "Apache-2.0",
@@ -21,6 +22,7 @@
21
22
"@grafana/e2e": "9.2.4",
23
"@grafana/e2e-selectors": "9.2.4",
24
"@grafana/eslint-config": "^5.1.0",
25
+ "@grafana/toolkit": "9.2.4",
26
"@grafana/tsconfig": "^1.2.0-rc1",
27
"@swc/core": "^1.3.18",
28
"@swc/helpers": "^0.4.13",
0 commit comments