Skip to content

Commit

Permalink
fix(install): do a full build on 'yarn'
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Dec 3, 2018
1 parent bb1fced commit 3a04fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"flow-typed": "flow-typed install",
"start-hot-renderer": "cross-env HOT=1 NODE_ENV=development IS_UNPACKED=true electron -r babel-register -r babel-polyfill ./app/main.development",
"start-hot-renderer-live": "cross-env HOT=1 NODE_ENV=production IS_UNPACKED=true electron -r babel-register -r babel-polyfill ./app/main.development",
"postinstall": "concurrently \"yarn run build-dll\" \"yarn run build-preload\" \"yarn run build-auth-app\" \"cd app && yarn\" \"node node_modules/fbjs-scripts/node/check-dev-engines.js package.json\"",
"postinstall": "concurrently \"yarn run build-dll\" \"yarn run build\" \"cd app && yarn\" \"node node_modules/fbjs-scripts/node/check-dev-engines.js package.json\"",
"dev": "yarn build-auth-app && cross-env START_HOT=1 yarn run hot-updates-server",
"mock-dev": "yarn run dev",
"prod-dev": "cross-env START_HOT=1 yarn run hot-updates-server-live",
Expand Down

0 comments on commit 3a04fca

Please sign in to comment.