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 1047ce5 commit dbc9b47Copy full SHA for dbc9b47
1 file changed
package.json
@@ -14,7 +14,8 @@
14
"build": "rm -rf dist && tsup src/*.ts --dts --minify",
15
"dev": "npm run build -- --watch",
16
"test": "xo && c8 ava",
17
- "pretest": "clinton"
+ "pretest": "clinton",
18
+ "prepare": "npm run build"
19
},
20
"files": [
21
"dist"
0 commit comments