Skip to content

Commit

Permalink
use updated npm nexus auth cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
junyifang-whoop committed Sep 12, 2024
1 parent 15c693e commit 4d35dab
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
steps:
- checkout

- run:
name: Log into nexus npm registry
command: ./npm-login.sh

# - run:
# name: Log into nexus npm registry
# command: ./npm-login.sh
- javascript/npm-nexus-auth:
nexus_repository_name: "npm-group"
- run:
name: Build
command: |
Expand All @@ -26,11 +27,6 @@ jobs:
- javascript/bump-package-version:
base_package_version: "2.20"

- run:
name: cat
command: |
cat package.json
- run:
name: npm config ls -l
command: |
Expand Down

0 comments on commit 4d35dab

Please sign in to comment.