Skip to content

Commit

Permalink
chore: remove postinstall from scripts for stackblitz
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Dec 30, 2023
1 parent efc09c0 commit cf20d60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint . --fix",
"test": "vitest run",
"test:watch": "vitest watch",
"postinstall": "npm run dev:prepare"
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.9.0",
Expand Down

0 comments on commit cf20d60

Please sign in to comment.