Skip to content

Commit 3c358c3

Browse files
committed
Merge pull request #24 from vkurchatkin/fix-build-typo
build: use && instead of &
2 parents 3c2bfcd + 9f47852 commit 3c358c3

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)