Skip to content

Commit

Permalink
build(package): run postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Sep 16, 2024
1 parent 1a2c189 commit 1525d4f
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 @@ -8,7 +8,8 @@
"test": "vitest run",
"test-in-browser": "vitest run --browser=$BROWSER_TO_TEST",
"dev": "vitest dev",
"prepare": "vite build"
"prepare": "vite build",
"postinstall": "npx [email protected] build"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 1525d4f

Please sign in to comment.