Skip to content

Commit

Permalink
chore: Update package.json to build when installing from github version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-daclon authored Feb 14, 2024
1 parent 268d4b5 commit 41a7017
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 41a7017

Please sign in to comment.