Skip to content

Commit

Permalink
ci: run build all one time
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Sep 16, 2021
1 parent 73800c0 commit 42fdbd1
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 build
run: pnpm nx run-many -- --target=build --all

- 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 42fdbd1

Please sign in to comment.