Skip to content

Commit

Permalink
Merge pull request #637 from chentsulin/removed-flow-types-install-fr…
Browse files Browse the repository at this point in the history
…om-postinstall

Removed flow type installation on postinstall
  • Loading branch information
amilajack authored Dec 26, 2016
2 parents 6868d41 + 8d95960 commit 28866b2
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 85 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"start": "cross-env NODE_ENV=production electron ./app/",
"flow-typed-install": "flow-typed install",
"start-hot": "cross-env HOT=1 NODE_ENV=development electron -r babel-register -r babel-polyfill ./app/main.development",
"postinstall": "concurrently \"npm run flow-typed-install\" \"install-app-deps\" \"node node_modules/fbjs-scripts/node/check-dev-engines.js package.json\"",
"postinstall": "concurrently \"install-app-deps\" \"node node_modules/fbjs-scripts/node/check-dev-engines.js package.json\"",
"dev": "npm run hot-server -- --start-hot",
"package": "npm run build && build --publish never",
"package-win": "npm run build && build --win --x64",
Expand Down
Loading

0 comments on commit 28866b2

Please sign in to comment.