Skip to content

Commit

Permalink
chore: update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi authored Jul 31, 2024
1 parent 173ded7 commit 9af2ffb
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 @@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"build": "swc src -d dist"
"build": "rimraf dist && swc src -d dist --config-file .swcrc --strip-leading-paths"
},
"type": "module",
"author": "KagChi",
Expand Down

0 comments on commit 9af2ffb

Please sign in to comment.