File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1919 "copy-demo" : " cp -r ./demo ./dist/" ,
2020 "start" : " npm run build && concurrently -k -r \" tsc --watch --preserveWatchOutput\" \" wds\" " ,
2121 "start:bundle" : " npm run bundle && concurrently -k -r \" rollup -c rollup.config.js --watch\" \" wds --open dist/demo/index.html --watch --config ./web-dev-server.bundle.config.js\" " ,
22- "build" : " rimraf dist && tsc && npm run analyze -- --exclude dist && npm run copy-demo " ,
22+ "build" : " rimraf dist && npm run copy-demo && npm run analyze -- --exclude dist && tsc " ,
2323 "bundle" : " rimraf dist && rollup -c rollup.config.js" ,
2424 "test" : " npm run build && wtr --coverage" ,
2525 "test:watch" : " npm run build && concurrently -k -r \" tsc --watch --preserveWatchOutput\" \" wtr --watch\" " ,
You can’t perform that action at this time.
0 commit comments