Skip to content

Commit 1dc46fc

Browse files
committed
build: add prepare script
1 parent 7beaee9 commit 1dc46fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"build": "rm -rf dist && tsup src/*.ts --minify",
2929
"dev": "npm run build -- --watch",
3030
"test": "xo && c8 ava",
31-
"pretest": "clinton"
31+
"pretest": "clinton",
32+
"prepare": "npm run build"
3233
},
3334
"keywords": [
3435
"html",

0 commit comments

Comments
 (0)