Skip to content

Commit

Permalink
remove pre and post install hooks that mess up gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehwagz committed Apr 24, 2024
1 parent 993dfc7 commit 399cd8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
"build": "unbuild",
"clean": "rm -rf .nuxt dist node_modules",
"dev:prepare": "unbuild --stub",
"preinstall": "pnpm clean",
"postinstall": "pnpm dev:prepare",
"lint": "prettier -c src",
"lint:fix": "automd && prettier -w src",
"prepack": "pnpm build",
Expand Down

0 comments on commit 399cd8a

Please sign in to comment.