Skip to content

Commit bf9850f

Browse files
committed
rimraf
1 parent 8b90ec1 commit bf9850f

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
@@ -13,8 +13,8 @@
1313
"README.md"
1414
],
1515
"scripts": {
16-
"build": "rimraf dist && rollup -c",
17-
"public": "npm run build && rimraf public && parcel build examples/index.html -d public",
16+
"build": "rimraf dist/* && rollup -c",
17+
"public": "npm run build && rimraf public/* && parcel build examples/index.html -d public",
1818
"start": "parcel examples/index.html -d public --open",
1919
"test": "npm run public && jest"
2020
},

0 commit comments

Comments
 (0)