Skip to content

Commit

Permalink
try fix for beta deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
olamothe committed Nov 22, 2019
1 parent da37aef commit 436e400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.beta.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
const login = require('npm-cli-login');
const exec = require('child_process').exec;
login('coveo', process.env.NPM_PW, 'sandbox_JSUI@coveo.com');
exec('npm whoami');
exec('npm config set registry https://registry.npmjs.org/');

const travisBranchName = process.env.TRAVIS_BRANCH || '';
let branchToTag = '';
Expand Down

0 comments on commit 436e400

Please sign in to comment.