Skip to content

Commit 82e357d

Browse files
committed
Run build in prepare and prepack
1 parent 5ac3891 commit 82e357d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"scripts": {
3232
"build": "vite build",
3333
"lint": "standard",
34-
"test": "vitest"
34+
"test": "vitest",
35+
"prepare": "npm run build",
36+
"prepack": "npm run build"
3537
}
3638
}

0 commit comments

Comments
 (0)