Skip to content

Commit 48271ad

Browse files
committed
fix: Fixed build script.
1 parent 82b9391 commit 48271ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"exports": "./dist/index.js",
2828
"types": "./dist/index.d.ts",
2929
"scripts": {
30-
"dev": "swc -s -w -d dist src",
30+
"dev": "swc --delete-dir-on-start -s -w -d dist src",
3131
"prebuild": "rm -rf dist && npm run lint",
3232
"build": "swc -d dist src",
3333
"postbuild": "tsc -p . --emitDeclarationOnly",

0 commit comments

Comments
 (0)