Skip to content

Commit

Permalink
#30246 Build stage simplified.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina committed Oct 8, 2024
1 parent e780ac0 commit bc3dc2e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ runs:
- name: 'Build SDK packages'
working-directory: ${{ github.workspace }}/core-web/
run: |
SDK_PROJECTS=$(npx nx show projects | grep '^sdk' | tr '\n' ',' | sed 's/,$/\n/')
echo "SDK_PROJECTS: ${SDK_PROJECTS}"
npx nx run-many --target=build --projects=${SDK_PROJECTS} --configuration=production --skip-nx-cache
npx nx run-many --target=build --projects='sdk-*' --configuration=production --skip-nx-cache
shell: bash

- name: 'Publishing sdk into NPM registry'
Expand Down

0 comments on commit bc3dc2e

Please sign in to comment.