Skip to content

Commit

Permalink
feat(workflow): remove husky from prepare script as it is dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkus committed Jun 14, 2024
1 parent f5771d3 commit 79f6757
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 @@ -85,7 +85,7 @@
"lint-staged": "^15.2.6"
},
"scripts": {
"prepare": "rollup -c && husky",
"prepare": "rollup -c",
"dev": "rollup -c -w",
"build": "rollup -c"
}
Expand Down

0 comments on commit 79f6757

Please sign in to comment.