Skip to content

Commit

Permalink
chore: update husky prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Mar 5, 2024
1 parent f3c63ec commit 993d8af
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 @@ -14,7 +14,7 @@
"test:demo": "ng test demo --browsers ChromeHeadless --watch false",
"test:lib": "ng test ngx-editor --browsers ChromeHeadless --watch false",
"test": "npm run test:lib && npm run test:demo",
"prepare": "is-ci || husky install"
"prepare": "is-ci || husky"
},
"engines": {
"node": ">=18",
Expand Down

0 comments on commit 993d8af

Please sign in to comment.