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 5dd78fb commit 90ecbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,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 90ecbdf

Please sign in to comment.