We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d290186 commit 3da0fefCopy full SHA for 3da0fef
package.json
@@ -6,7 +6,7 @@
6
"main": "index.html",
7
"scripts": {
8
"clean": "rm -rf build",
9
- "build:swc": "npm run clean && swc src -d build --copy-files",
+ "build:swc": "swc src -d build --copy-files",
10
"build:swc:watch": "npm run build:swc -- --watch --config-file .swcrcdev",
11
"build": "npm run build:swc",
12
"start": "pear run .",
0 commit comments