Skip to content

Commit

Permalink
chore: remove prepare script (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am authored Jul 21, 2022
1 parent 9cb58b1 commit 7d2424b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-lib-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
${{ runner.os }}-yarn
- name: Install Webapp dependencies
run: yarn bootstrap
run: yarn install --frozen-lockfile

# This step will bump the package.json version and NOT push to the repository
# this is needed since building grafana requires updating the plugin.json file
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"start": "lerna-watch @pyroscope/webapp",
"bootstrap": "lerna bootstrap",
"bootstrap": "lerna bootstrap && husky install",
"web-postinstall": "scripts/web-postinstall.js",
"postinstall": "yarn run web-postinstall",
"dev": "yarn run dev:webapp",
Expand Down Expand Up @@ -60,7 +60,6 @@
"cy:datasource:ci": "cypress run --config-file packages/pyroscope-datasource-plugin/cypress.json",
"cy:datasource:ss": "./scripts/cypress-screenshots.sh --config-file packages/pyroscope-datasource-plugin/cypress.json",
"cy:datasource:ss-check": "CYPRESS_updateSnapshots=false ./scripts/cypress-screenshots.sh --config-file packages/pyroscope-datasource-plugin/cypress.json",
"prepare": "husky install",
"lint-staged": "lint-staged",
"size": "size-limit",
"storybook": "start-storybook -p 6006",
Expand Down

0 comments on commit 7d2424b

Please sign in to comment.