Skip to content

Commit 9f47852

Browse files
committed
build: use && instead of &
1 parent 3c2bfcd commit 9f47852

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
"lint": "eslint src",
3636
"check": "flow check",
3737
"cover": "babel-node node_modules/.bin/isparta cover --report html node_modules/.bin/_mocha -- $npm_package_options_mocha",
38-
"build": "rm -rf lib/* & babel src --ignore __tests__ --optional runtime --out-dir lib",
38+
"build": "rm -rf lib/* && babel src --ignore __tests__ --optional runtime --out-dir lib",
3939
"watch": "babel --optional runtime scripts/watch.js | node"
4040
},
4141
"dependencies": {

0 commit comments

Comments
 (0)