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 28db64b commit 509c934Copy full SHA for 509c934
1 file changed
package.json
@@ -12,7 +12,7 @@
12
"test": "npm run compile && wtr --coverage",
13
"test:watch": "npm run compile && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch --coverage\"",
14
"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",
+ "build": "rimraf dist && rollup -c rollup.config.js && cpy tree.json dist --no-overwrite && npm run analyze -- --exclude dist",
16
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
17
"analyze": "cem analyze --litelement",
18
"start": "npm run compile && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
0 commit comments