Skip to content

Commit

Permalink
Merge pull request #719 from boxuk/wp-packages-auto-update
Browse files Browse the repository at this point in the history
Remove Husky Precommit Checks
  • Loading branch information
jdamner authored Jan 10, 2025
2 parents 7dee56c + 275287d commit a2eded4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
9 changes: 0 additions & 9 deletions .husky/pre-commit

This file was deleted.

17 changes: 0 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@
"lint:js:fix": "turbo run lint:js:fix",
"test": "turbo run test",
"test:unit": "turbo run test:unit",
"test:playwright": "playwright test",
"prepare": "husky"
"test:playwright": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.49.1",
"dotenv": "^16.4.7",
"husky": "^9.1.7",
"playwright": "^1.49.1",
"turbo": "^2.3.3",
"webpack-cli": "^5.1.4"
Expand Down

0 comments on commit a2eded4

Please sign in to comment.