Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
use npx to sign the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am committed Feb 24, 2022
1 parent 1cdf833 commit 41f8e76
Show file tree
Hide file tree
Showing 3 changed files with 731 additions and 12,472 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:

- name: Sign plugin
run: |
# We only have a single dependency, grafana-toolkit
# So we install next to where it's needed
yarn
yarn sign
env:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"postinstall": "cp -r node_modules/@pyroscope/panel-plugin/dist .",
"cy:open": "cypress open",
"cy:ci": "cypress run",
"sign": "grafana-toolkit plugin:sign"
"sign": "npx grafana-toolkit plugin:sign"
},
"author": "Pyroscope devs",
"license": "Apache-2.0",
"engines": {
"node": ">=14.17.0"
},
"dependencies": {
"@grafana/toolkit": "^8.3.2",
"@pyroscope/panel-plugin": "1.2.3",
"cypress": "^9.5.0"
}
Expand Down
Loading

0 comments on commit 41f8e76

Please sign in to comment.