Skip to content

Commit

Permalink
Merge pull request ampproject#7915 from ampproject/update/husky-prepare
Browse files Browse the repository at this point in the history
Fix 'install command is DEPRECATED' from husky
  • Loading branch information
westonruter authored Nov 11, 2024
2 parents b216529 + 086603a commit 6386882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"package:prod": "cross-env NODE_ENV=production npm-run-all build:prod 'package:!(dev|prod)'",
"package:run": "grunt build",
"package:zip": "grunt create-build-zip",
"prepare": "husky install",
"prepare": "husky",
"start": "wp-scripts start",
"test": "npm-run-all --parallel test:*",
"test:e2e": "cross-env JEST_PUPPETEER_CONFIG=./tests/e2e/puppeteer.config.js wp-scripts test-e2e --config=tests/e2e/jest.config.js",
Expand Down

0 comments on commit 6386882

Please sign in to comment.