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 82b9391 commit 48271adCopy full SHA for 48271ad
package.json
@@ -27,7 +27,7 @@
27
"exports": "./dist/index.js",
28
"types": "./dist/index.d.ts",
29
"scripts": {
30
- "dev": "swc -s -w -d dist src",
+ "dev": "swc --delete-dir-on-start -s -w -d dist src",
31
"prebuild": "rm -rf dist && npm run lint",
32
"build": "swc -d dist src",
33
"postbuild": "tsc -p . --emitDeclarationOnly",
0 commit comments