Skip to content

Commit

Permalink
ci: set build in deploy to only build affected
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Sep 16, 2021
1 parent 42fdbd1 commit 437e44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm i --frozen-lockfile=false

- name: Build Projects
run: pnpm nx run-many -- --target=build --all
run: pnpm build

- name: Modify Workspace File
run: sed -e "s|'packages\/|'dist/|" pnpm-workspace.yaml > pnpm-new.yaml && mv pnpm-new.yaml pnpm-workspace.yaml
Expand Down

0 comments on commit 437e44f

Please sign in to comment.