Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
ci: Change run commands on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
tomheller committed Jul 24, 2023
1 parent 26d9b5d commit 81539f4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
- run:
name: Build Workspace package 📦
command: |
npm run ng run workspace:build
npm run ng run barista-tools:build
npm run nx run workspace:build
npm run nx run barista-tools:build
- persist_to_workspace:
root: ~/barista
paths:
Expand Down Expand Up @@ -212,9 +212,7 @@ jobs:
- nx/set-shas:
error-on-no-successful-workflow: true
main-branch-name: master
- run:
yarn nx run-many -- --target build --all --configuration production
--withDeps
- run: yarn nx run-many -- --target build --all --configuration production
- persist_to_workspace:
root: ~/barista
paths:
Expand Down

0 comments on commit 81539f4

Please sign in to comment.