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 7a2939e commit 5187d09Copy full SHA for 5187d09
package.json
@@ -13,7 +13,7 @@
13
"flow": "flow",
14
"flow:coverage": "for file in src/**.js test/**.js; do echo $file; flow coverage $file; done",
15
"flow:watch": "flow-watch -e js,js.flow,flowconfig --ignore es/ --ignore node_modules/ --watch .flowconfig --watch src/ --watch test/",
16
- "clean": "rimraf *.js *.js.flow es lib && git checkout HEAD *.js",
+ "clean": "rimraf es lib $(cd src; ls) *.js.flow",
17
"build": "npm run clean && babel src --out-dir es && flow-copy-source -v src/ es && BABEL_ENV=es5 babel src --out-dir . && flow-copy-source -v src/ .",
18
"test": "NODE_ENV=production BABEL_ENV=es5 mocha $npm_package_config_mocha && NODE_ENV=production BABEL_ENV=coverage nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
19
"test:watch": "NODE_ENV=production BABEL_ENV=test mocha --watch $npm_package_config_mocha",
0 commit comments