Skip to content

Commit

Permalink
Change preactjs/compressed-size-action to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
guarani committed Aug 31, 2021
1 parent bba53be commit 6073a6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ jobs:
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
pattern: '{build/**/*.min.js,build/**/*.css}'
build-script: 'i'
build-script: 'temp-run-npm-install'
clean-script: 'distclean'
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@
"storybook:dev": "concurrently \"npm run dev:packages\" \"start-storybook -c ./storybook -p 50240\"",
"env": "wp-scripts env",
"wp-env": "wp-env",
"prepare": "husky install"
"prepare": "husky install",
"temp-run-npm-install": "npm install"
},
"lint-staged": {
"package-lock.json": [
Expand Down

0 comments on commit 6073a6b

Please sign in to comment.