Skip to content

Commit

Permalink
Try simple husky command
Browse files Browse the repository at this point in the history
  • Loading branch information
rzats committed Oct 22, 2024
1 parent 0953338 commit a5a892a
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 @@ -26,7 +26,7 @@
"validate": "svelte-check",
"lint": "eslint src --ext .ts,.js,.svelte && prettier --check \"**/*\"",
"fix": "eslint src --ext .ts,.js,.svelte --fix && prettier --write \"**/*\"",
"prepare": "husky install",
"prepare": "husky",
"prepack": "npm run build",
"prettier": "prettier --write \"**/*\""
},
Expand Down

0 comments on commit a5a892a

Please sign in to comment.