Skip to content

Commit

Permalink
fix: next release job (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopavezi authored Dec 13, 2024
1 parent 86df01b commit 1873e14
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ jobs:
docker:
- *node_image
working_directory: *working_directory
resource_class: large
steps:
- attach_workspace:
at: *working_directory
Expand All @@ -280,9 +281,6 @@ jobs:
- run:
name: 'Authenticate with registry'
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: 'Build all packages with lerna'
command: 'yarn build --skip-nx-cache'
- run:
name: 'Publish'
command: |
Expand Down

0 comments on commit 1873e14

Please sign in to comment.