Skip to content

Commit

Permalink
fix: github actions install:all
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Oct 25, 2023
1 parent 8bf9051 commit ba1697f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
name: Install pnpm
with:
version: 8
run_install: true
run_install: false

- name: Install
run: pnpm install:all

- name: Lint
run: pnpm run lint
Expand Down

0 comments on commit ba1697f

Please sign in to comment.