Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update CircleCI config to use large resource class and remove …
…lerna build step
  • Loading branch information
rodrigopavezi committed Dec 12, 2024
commit 9d72f08279d3c2bc44bea99dd5e33e779434d9e5
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
Loading