Skip to content

Commit 509c934

Browse files
committed
fix: correct build script
1 parent 28db64b commit 509c934

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "npm run compile && wtr --coverage",
1313
"test:watch": "npm run compile && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch --coverage\"",
1414
"compile": "rimraf dist && tsc && cpy tree.json dist --no-overwrite",
15-
"build": "npm run compile && rollup -c rollup.config.js && npm run analyze -- --exclude dist",
15+
"build": "rimraf dist && rollup -c rollup.config.js && cpy tree.json dist --no-overwrite && npm run analyze -- --exclude dist",
1616
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
1717
"analyze": "cem analyze --litelement",
1818
"start": "npm run compile && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",

0 commit comments

Comments
 (0)