We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7beaee9 commit 1dc46fcCopy full SHA for 1dc46fc
1 file changed
package.json
@@ -28,7 +28,8 @@
28
"build": "rm -rf dist && tsup src/*.ts --minify",
29
"dev": "npm run build -- --watch",
30
"test": "xo && c8 ava",
31
- "pretest": "clinton"
+ "pretest": "clinton",
32
+ "prepare": "npm run build"
33
},
34
"keywords": [
35
"html",
0 commit comments