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 d120251 commit 47fb6b9Copy full SHA for 47fb6b9
package.json
@@ -18,7 +18,7 @@
18
"clean": "shx rm -rf lib",
19
"coverage:codecov": "nyc report --reporter=text-lcov > coverage.lcov",
20
"coverage:html": "nyc report --reporter=html",
21
- "download-flow-libs": "cross-env NODE_ENV=production async-node scripts/download-flow-libs",
+ "download-flow-libs": "cross-env NODE_ENV=production async-node --harmony-destructuring scripts/download-flow-libs",
22
"eslint:xunit-to-file": "envcheck ESLINT_FILE && compat \"npm run eslint -- --quiet -f junit --output-file $ESLINT_FILE\"",
23
"eslint": "eslint *.js src test decls scripts benchmarks",
24
"example": "npm run build && babel example/input.js -o example/output.js",
0 commit comments