diff --git a/.github/workflows/firebase-hosting-develop.yml b/.github/workflows/firebase-hosting-develop.yml index 6089dcd..7c77b2f 100644 --- a/.github/workflows/firebase-hosting-develop.yml +++ b/.github/workflows/firebase-hosting-develop.yml @@ -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