diff options
Diffstat (limited to '.github/workflows/firebase-hosting-pull-request.yml')
| -rw-r--r-- | .github/workflows/firebase-hosting-pull-request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 79c72f3..2f6e20e 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -11,7 +11,7 @@ jobs: working-directory: ./frontend steps: - uses: actions/checkout@v2 - - run: npm run build + - run: yarn && yarn build - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' |