Skip to content

Commit

Permalink
[client-app] Remove remaining references to upload-client build step
Browse files Browse the repository at this point in the history
  • Loading branch information
bengotow committed Jul 26, 2017
1 parent ea643a0 commit 548b17f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"test-client-window": "packages/client-app/node_modules/.bin/electron packages/client-app --enable-logging --test=window",
"test-client-junit": "",
"build-client": "grunt build-client --gruntfile=packages/client-app/build/Gruntfile.js --base=./",
"upload-client": "grunt upload-client --gruntfile=packages/client-app/build/Gruntfile.js --base=./",
"cloud": "pm2 stop all; pm2 delete all; pm2 start packages/cloud-core/pm2-dev.yml --no-daemon",
"cloud-debug": "pm2 stop all; pm2 delete all; pm2 start packages/cloud-core/pm2-debug-cloud-api.yml --no-daemon",
"test-cloud": "cd packages/cloud-api && npm test && cd ../cloud-core && npm test && cd ../cloud-workers && npm test && cd ../isomorphic-core && npm test",
Expand Down
2 changes: 1 addition & 1 deletion scripts/daily.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ async function main(args) {
await spawn('npm', ['install'], {env: {INSTALL_TARGET: 'client'}})
await spawn('npm', ['run', 'build-client'], {env: {SIGN_BUILD: true}})
await spawn('codesign', ['--verify', '--deep', '--verbose=2', '"packages/client-app/dist/Nylas Mail-darwin-x64/Nylas Mail.app"'])
await spawn('npm', ['run', 'upload-client'])
// await spawn('npm', ['run', 'upload-client'])
} catch (err) {
console.error('Errored while running build')
console.error(err)
Expand Down

0 comments on commit 548b17f

Please sign in to comment.