Skip to content

Commit

Permalink
chore: remove -r option from action
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPurple141 committed Nov 12, 2023
1 parent 8626b1d commit 870a8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build -r
run: pnpm build
- name: Run tests
run: pnpm test:ci
lint:
Expand All @@ -54,7 +54,7 @@ jobs:
run: pnpm install

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

- name: Lint
run: pnpm run lint

0 comments on commit 870a8a7

Please sign in to comment.