Skip to content

Commit

Permalink
fix: no postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Feb 10, 2024
1 parent 2bc89e0 commit 5c3667b
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 @@ -47,7 +47,6 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"postinstall": "npm run dev:prepare",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run --reporter=verbose",
Expand Down Expand Up @@ -77,4 +76,4 @@
"domain": "github.com"
}
}
}
}

0 comments on commit 5c3667b

Please sign in to comment.