Skip to content

Commit 3da0fef

Browse files
committed
remove clean on build
1 parent d290186 commit 3da0fef

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
@@ -6,7 +6,7 @@
66
"main": "index.html",
77
"scripts": {
88
"clean": "rm -rf build",
9-
"build:swc": "npm run clean && swc src -d build --copy-files",
9+
"build:swc": "swc src -d build --copy-files",
1010
"build:swc:watch": "npm run build:swc -- --watch --config-file .swcrcdev",
1111
"build": "npm run build:swc",
1212
"start": "pear run .",

0 commit comments

Comments
 (0)