Skip to content

Commit

Permalink
use login script
Browse files Browse the repository at this point in the history
  • Loading branch information
junyifang-whoop committed Sep 12, 2024
1 parent 0fe63db commit 15c693e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 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@2
javascript: whoop/javascript@dev:alpha

jobs:
build:
Expand All @@ -13,18 +13,16 @@ jobs:
steps:
- checkout

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

- run:
name: Build
command: |
yarn
yarn run build
- javascript/npm-nexus-auth:
nexus_repository_name: "npm-private"

- javascript/bump-package-version:
base_package_version: "2.20"

Expand Down

0 comments on commit 15c693e

Please sign in to comment.