Skip to content

Commit

Permalink
add sign to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
speakyourcode committed Nov 18, 2022
1 parent f2821dd commit 8526832
Show file tree
Hide file tree
Showing 2 changed files with 3,381 additions and 152 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lint:fix": "yarn lint --fix",
"e2e": "yarn cypress install && yarn grafana-e2e run",
"e2e:update": "yarn cypress install && yarn grafana-e2e run --update-screenshots",
"server": "docker-compose up --build"
"server": "docker-compose up --build",
"sign": "grafana-toolkit plugin:sign"
},
"author": "Speakyourcode",
"license": "Apache-2.0",
Expand All @@ -21,6 +22,7 @@
"@grafana/e2e": "9.2.4",
"@grafana/e2e-selectors": "9.2.4",
"@grafana/eslint-config": "^5.1.0",
"@grafana/toolkit": "9.2.4",
"@grafana/tsconfig": "^1.2.0-rc1",
"@swc/core": "^1.3.18",
"@swc/helpers": "^0.4.13",
Expand Down
Loading

0 comments on commit 8526832

Please sign in to comment.