Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolina authored Oct 8, 2024
1 parent 1672027 commit e931937
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,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 e931937

Please sign in to comment.