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.
prepublishOnly
1 parent d802e0d commit e445ef0Copy full SHA for e445ef0
package.json
@@ -13,7 +13,8 @@
13
"swcify": "swc ./src/index.ts --out-dir ./dist",
14
"build": "npm run swcify",
15
"dev": "npm run swcify -- --watch",
16
- "postbuild": "tsc --emitDeclarationOnly"
+ "postbuild": "tsc --emitDeclarationOnly",
17
+ "prepublishOnly": "npm run build"
18
},
19
"prettier": {
20
"printWidth": 100,
0 commit comments