Skip to content

Commit

Permalink
chore: update build command in ci.yml workflow
Browse files Browse the repository at this point in the history
Updated the build command in the ci.yml workflow to use the -r flag for pnpm.
  • Loading branch information
Mr.Mao committed Jun 3, 2023
1 parent 9f8a130 commit 8aa89f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: pnpm install

- name: Build
run: pnpm build
run: pnpm -r build

- name: Test
run: pnpm run test

0 comments on commit 8aa89f5

Please sign in to comment.