Skip to content

Commit

Permalink
fix: cwd path with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jkklapp committed May 25, 2022
1 parent b628b0d commit a4a2187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- run: ls -la
- name: Lint Check
run: yarn --cwd frontend && yarn --cwd frontend lint
run: yarn --cwd ./frontend && yarn --cwd ./frontend lint

test:
name: Test
Expand Down

0 comments on commit a4a2187

Please sign in to comment.