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 ca3db88 commit b620a4dCopy full SHA for b620a4d
package.json
@@ -33,7 +33,7 @@
33
"testonly": "babel-node ./node_modules/.bin/_mocha $npm_package_options_mocha",
34
"lint": "eslint src",
35
"check": "flow check",
36
- "build": "rm -rf lib/* && babel src --ignore __tests__ --out-dir lib && cp package.json lib/ && npm run build:flow",
+ "build": "rm -rf lib/* && babel src --ignore __tests__ --out-dir lib && npm run build:flow",
37
"build:flow": "find ./src -name '*.js' -not -path '*/__tests__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done",
38
"watch": "babel-node scripts/watch.js",
39
"cover": "babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha",
0 commit comments