Skip to content

Commit

Permalink
fix: add missing installs
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Jan 9, 2024
1 parent 1e60fa8 commit b625ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: "16"
- name: Install Dependencies
run: npm install
run: npm install && cd client && npm install && cd ../api && npm install
- name: Format Check
run: npm run format-check
- name: Lint Check
Expand Down

0 comments on commit b625ede

Please sign in to comment.