Skip to content

Commit

Permalink
always build libs (module-federation#381)
Browse files Browse the repository at this point in the history
* always build libs


Co-authored-by: Ran Shamay <[email protected]>
  • Loading branch information
ranshamay and Ran Shamay authored Nov 20, 2022
1 parent bfdb588 commit fb51a7f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ jobs:
- name: Build
shell: bash
run: |
PROJECTS=$($(yarn bin)/nx print-affected --type=lib --select=projects --base=origin/main)
if [[ "$PROJECTS" ]]; then
yarn nx run-many --target=build --projects="$PROJECTS"
else
echo "No changes, Skipping build check."
fi
yarn nx run-many --target=build --projects=nextjs-mf,node,typescript,utils
- name: Version
shell: bash
run: |
Expand Down

0 comments on commit fb51a7f

Please sign in to comment.