Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
🚧 add NPM_TOKEN to .npmrc via CirlceCI instead of auto
Browse files Browse the repository at this point in the history
  • Loading branch information
justinanastos committed Aug 8, 2019
1 parent 79ea51d commit 0809511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
<<: *defaults
steps:
- checkout
- run:
name: Add NPM_TOKEN to `.npmrc`
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/space-kit/.npmrc
- run:
name: Install npm dependencies
command: npm ci
Expand Down
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

0 comments on commit 0809511

Please sign in to comment.