Skip to content

Commit

Permalink
Fix 'install command is DEPRECATED' from husky
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 11, 2024
1 parent b216529 commit 086603a
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 086603a

Please sign in to comment.