Skip to content

Commit

Permalink
chore(husky): migrate from v8 to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Feb 28, 2024
1 parent ff6cb74 commit 9b1bbf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"jest": "cross-env JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs NODE_OPTIONS=--experimental-vm-modules jest",
"perf": "bundlesize",
"webpack": "webpack",
"prepare": "husky install",
"prepare": "husky",
"clean": "rm lib/*.js lib/*.js.map editor/**/*.js editor/**/*.js.map"
},
"jest": {
Expand Down

0 comments on commit 9b1bbf3

Please sign in to comment.