Skip to content

Commit

Permalink
Added 'npm run build' script to postinstall (#1002)
Browse files Browse the repository at this point in the history
* Added 'npm run build' script to postinstall

* Reverted change to test-all script
  • Loading branch information
amilajack authored May 21, 2017
1 parent 9948c05 commit c402c5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,5 @@ before_script:
script:
- npm run lint
- npm run test
- npm run build
- npm run test-e2e
- npm run package
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ test_script:
- node --version
- npm run lint
- npm run test
- npm run build
- npm run test-e2e
- npm run package
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"flow": "flow check",
"flow-typed": "rimraf flow-typed/npm && flow-typed install --overwrite || true",
"start-hot-renderer": "cross-env HOT=1 NODE_ENV=development electron -r babel-register -r babel-polyfill ./app/main.dev",
"postinstall": "concurrently \"npm run flow-typed\" \"npm run build-dll\" \"install-app-deps\" \"node node_modules/fbjs-scripts/node/check-dev-engines.js package.json\"",
"postinstall": "concurrently \"npm run flow-typed\" \"npm run build\" \"npm run build-dll\" \"install-app-deps\" \"node node_modules/fbjs-scripts/node/check-dev-engines.js package.json\"",
"dev": "cross-env START_HOT=1 npm run hot-updates-server",
"package": "npm run build && build --publish never",
"package-win": "npm run build && build --win --x64",
Expand Down

0 comments on commit c402c5b

Please sign in to comment.