Skip to content

Commit

Permalink
add prepare step for automated husky setup on pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
fellnerse committed May 31, 2024
1 parent 3799193 commit effcabd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"prepare": "dlx husky install",
"dev": "NUXT_ENV_LOCAL=1 nuxt",
"local": "NUXT_ENV_LOCAL=1 nuxt generate && NUXT_ENV_LOCAL=1 nuxt start",
"ci-dev-build": "NUXT_ENV_LOCAL=1 nuxt generate",
Expand Down

0 comments on commit effcabd

Please sign in to comment.