Skip to content

Commit 47fb6b9

Browse files
committed
chore(package): run download-flow-libs with --harmony-destructuring
1 parent d120251 commit 47fb6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"clean": "shx rm -rf lib",
1919
"coverage:codecov": "nyc report --reporter=text-lcov > coverage.lcov",
2020
"coverage:html": "nyc report --reporter=html",
21-
"download-flow-libs": "cross-env NODE_ENV=production async-node scripts/download-flow-libs",
21+
"download-flow-libs": "cross-env NODE_ENV=production async-node --harmony-destructuring scripts/download-flow-libs",
2222
"eslint:xunit-to-file": "envcheck ESLINT_FILE && compat \"npm run eslint -- --quiet -f junit --output-file $ESLINT_FILE\"",
2323
"eslint": "eslint *.js src test decls scripts benchmarks",
2424
"example": "npm run build && babel example/input.js -o example/output.js",

0 commit comments

Comments
 (0)