Skip to content

Commit

Permalink
chore: Add a npm script to help update flow-type definitions (#3142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Jan 26, 2018
1 parent 38a90a1 commit 46e7f83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -111,6 +111,7 @@
"benchmark-rule": "node scripts/benchmark-rule.js",
"dry-release": "npmpub --dry --verbose",
"flow": "flow",
"flow-defs": "npx flow-typed --libdefDir decls/ install jest@22 lodash@4 && mv -fv decls/npm/lodash_v4.x.x.js decls/flow-typed/lodash.js && mv -fv decls/npm/jest_v22.x.x.js decls/flow-typed/jest.js",
"jest": "jest",
"jest:detectleaks": "jest --detectLeaks",
"lint:js": "eslint . --cache",
Expand Down

0 comments on commit 46e7f83

Please sign in to comment.