diff --git a/.github/workflows/infra-deploy-staff.yml b/.github/workflows/infra-deploy-staff.yml index 41015fc503..e533dfab67 100644 --- a/.github/workflows/infra-deploy-staff.yml +++ b/.github/workflows/infra-deploy-staff.yml @@ -34,10 +34,13 @@ jobs: - name: Install dependencies run: yarn install - - name: Build staff + - name: Lint + run: yarn lint + + - name: Build run: yarn build - - name: Publish staff + - name: Publish uses: cloudflare/wrangler-action@v3 with: accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}