Skip to content

Commit

Permalink
fix(build): add npm credentials (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
cal-smith authored Mar 26, 2019
1 parent a8cce00 commit 93e0ff7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

set -e # exit with nonzero exit code if anything fails

# authenticate with the npm registry
npm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN -q

npm run build-all

# Should remove once lerna stops mistakenly
Expand Down

0 comments on commit 93e0ff7

Please sign in to comment.