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 3e7d6f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
"vitest": "^0.29.8"
},
"scripts": {
"build": "vite build",
"build": "vite --clean build",
"lint": "standard",
"test": "vitest"
"test": "vitest",
"prepare": "npm run build",
"prepack": "npm run build"
}
}

0 comments on commit 3e7d6f2

Please sign in to comment.