Skip to content

Commit

Permalink
use original auth, use prod orb version
Browse files Browse the repository at this point in the history
  • Loading branch information
junyifang-whoop committed Sep 12, 2024
1 parent 1998011 commit 67f9dc4
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
javascript: whoop/javascript@dev:alpha
javascript: whoop/javascript@2

jobs:
build:
Expand All @@ -13,11 +13,9 @@ jobs:
steps:
- checkout

# - run:
# name: Log into nexus npm registry
# command: ./npm-login.sh
- javascript/npm-nexus-auth:
nexus_repository_name: "npm-group"
- run:
name: Log into nexus npm registry
command: ./npm-login.sh

- run:
name: Build
Expand All @@ -28,12 +26,6 @@ jobs:
- javascript/bump-package-version:
base_package_version: "2.20"

- run:
name: npm config ls -l
command: |
npm --version
npm config ls -l
- javascript/publish-to-nexus:
nexus_repository_name: "npm-private"

Expand Down

0 comments on commit 67f9dc4

Please sign in to comment.