Skip to content

Commit

Permalink
build: add prepare script to build the package when using a git version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-daclon committed Feb 14, 2024
1 parent a632841 commit 1e67efc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"scripts": {
"dev": "unbuild --stub",
"build": "unbuild",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"homepage": "https://github.com/ifaxity/vite-plugin-istanbul",
"repository": {
Expand Down

0 comments on commit 1e67efc

Please sign in to comment.