Skip to content

Commit

Permalink
BUGFIX: Switch to the internal flow gen-flow-files command to reduce …
Browse files Browse the repository at this point in the history
…the number of dependencies
  • Loading branch information
Inkdpixels committed Nov 8, 2017
1 parent 47fb834 commit da19335
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"jest:coverage": "npm run jest -- --coverage",
"build:clean": "rimraf dist",
"build:babel": "babel src --out-dir dist --ignore spec.js",
"build:flow": "flow-copy-source -v src dist --ignore='*.spec.js'",
"build:flow": "flow gen-flow-files src --out-dir dist",
"prebuild": "npm run build:clean",
"build": "npm run build:babel && npm run build:flow",
"flow": "flow",
Expand Down Expand Up @@ -46,7 +46,6 @@
"babel-cli": "^6.26.0",
"eslint": "^4.4.1",
"flow-bin": "^0.58.0",
"flow-copy-source": "^1.2.1",
"flow-typed": "^2.1.2",
"husky": "^0.14.3",
"jest": "^21.0.0",
Expand Down

0 comments on commit da19335

Please sign in to comment.