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.
2 parents 3c2bfcd + 9f47852 commit 3c358c3Copy full SHA for 3c358c3
package.json
@@ -35,7 +35,7 @@
35
"lint": "eslint src",
36
"check": "flow check",
37
"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",
+ "build": "rm -rf lib/* && babel src --ignore __tests__ --optional runtime --out-dir lib",
39
"watch": "babel --optional runtime scripts/watch.js | node"
40
},
41
"dependencies": {
0 commit comments