Skip to content

Commit 7938f9b

Browse files
committed
rimraf
1 parent 25f1115 commit 7938f9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"scripts": {
1919
"build": "npm run build:js && npm run build:source && npm run build:aot && rimraf tmp ",
20-
"build:js": "rimraf dist && rollup -c",
20+
"build:js": "rimraf dist/* && rollup -c",
2121
"build:source": "node config/source.js",
2222
"build:aot": "ngc -p config/aot.json",
23-
"public": "npm run build && rimraf public && parcel build examples/index.html -d public",
23+
"public": "npm run build && rimraf public/* && parcel build examples/index.html -d public",
2424
"start": "parcel examples/index.html -d public --open",
2525
"test": "npm run public && jest"
2626
},

0 commit comments

Comments
 (0)