Skip to content

Commit

Permalink
fix: Fixed build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Oct 12, 2022
1 parent 76d1199 commit 18fc4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"dev": "swc -s -w -d dist src",
"dev": "swc --delete-dir-on-start -s -w -d dist src",
"prebuild": "rm -rf dist && npm run lint",
"build": "swc -d dist src",
"postbuild": "tsc -p . --emitDeclarationOnly",
Expand Down

0 comments on commit 18fc4d2

Please sign in to comment.