Skip to content

Commit

Permalink
WIP calculate changed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Aug 23, 2024
1 parent 07fc237 commit 2961ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
echo "changedAppsFilter='$changedAppsFilter'" >> $GITHUB_ENV
- name: Install dependencies
run: pnpm -r ${{ steps.vars.outputs.changedAppsFilter }} install
run: pnpm -r $changedAppsFilter install

- name: Build apps
run: |
pnpm -r ${{ steps.vars.outputs.changedAppsFilter }} build
pnpm -r $changedAppsFilter build
exit 1

0 comments on commit 2961ab5

Please sign in to comment.