Skip to content

Commit

Permalink
refactor: correct husky 9 command
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Jun 12, 2024
1 parent 31d067f commit 223f24c
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 @@ -9,7 +9,7 @@
"fix": "npm run format:fix && npm run lint:fix",
"lint": "eslint ./ --ext .js --ignore-path ./.ignore",
"lint:fix": "eslint ./ --ext .js --quiet --fix --ignore-path ./.ignore",
"prepare": "husky install && ncc build index.js -o dist --source-map --license licenses.txt",
"prepare": "husky && ncc build index.js -o dist --source-map --license licenses.txt",
"test": "jest",
"all": "npm run fix && npm run prepare && npm run test"
},
Expand Down

0 comments on commit 223f24c

Please sign in to comment.