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 25f1115 commit 7938f9bCopy full SHA for 7938f9b
package.json
@@ -17,10 +17,10 @@
17
],
18
"scripts": {
19
"build": "npm run build:js && npm run build:source && npm run build:aot && rimraf tmp ",
20
- "build:js": "rimraf dist && rollup -c",
+ "build:js": "rimraf dist/* && rollup -c",
21
"build:source": "node config/source.js",
22
"build:aot": "ngc -p config/aot.json",
23
- "public": "npm run build && rimraf public && parcel build examples/index.html -d public",
+ "public": "npm run build && rimraf public/* && parcel build examples/index.html -d public",
24
"start": "parcel examples/index.html -d public --open",
25
"test": "npm run public && jest"
26
},
0 commit comments