Skip to content

Commit

Permalink
Run build in prepare and prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Oct 12, 2023
1 parent 5ac3891 commit 82e357d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
"scripts": {
"build": "vite build",
"lint": "standard",
"test": "vitest"
"test": "vitest",
"prepare": "npm run build",
"prepack": "npm run build"
}
}

0 comments on commit 82e357d

Please sign in to comment.