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 8b90ec1 commit bf9850fCopy full SHA for bf9850f
package.json
@@ -13,8 +13,8 @@
13
"README.md"
14
],
15
"scripts": {
16
- "build": "rimraf dist && rollup -c",
17
- "public": "npm run build && rimraf public && parcel build examples/index.html -d public",
+ "build": "rimraf dist/* && rollup -c",
+ "public": "npm run build && rimraf public/* && parcel build examples/index.html -d public",
18
"start": "parcel examples/index.html -d public --open",
19
"test": "npm run public && jest"
20
},
0 commit comments