Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 2bc0902

Browse files
committed
blow away src on build:js
1 parent 9a26c8f commit 2bc0902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"scripts": {
3636
"build": "npm run build:js && npm run build:docs",
3737
"build:docs": "browserify example/app.js -o docs/app.js -t [ babelify ]",
38-
"build:js": "babel source --out-dir src",
38+
"build:js": "rm -rf src && babel source --out-dir src",
3939
"contributors:add": "all-contributors add",
4040
"contributors:generate": "all-contributors generate",
4141
"coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",

0 commit comments

Comments
 (0)