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.
1 parent 5753fdb commit 105ec53Copy full SHA for 105ec53
package.json
@@ -36,7 +36,7 @@
36
"testonly": "mocha $npm_package_options_mocha",
37
"lint": "eslint src",
38
"check": "flow check",
39
- "build": "mkdir dist && babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/",
+ "build": "babel src --ignore __tests__ --out-dir dist/ && cp package.json dist/",
40
"watch": "babel scripts/watch.js | node",
41
"cover": "babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha",
42
"cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha",
0 commit comments