diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9d9ebd33..8a96116a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -86,7 +86,7 @@ jobs: - name: Lint frontend env: DEBUG: "hangar:*" - run: (cd frontend && pnpm prep && pnpm lint:eslint) + run: (cd frontend && pnpm lint:eslint) # - name: Sync forth and back with crowdin # uses: crowdin/github-action@1.4.0 diff --git a/.github/workflows/frontend_build.yml b/.github/workflows/frontend_build.yml index 469c5274..a226dc71 100644 --- a/.github/workflows/frontend_build.yml +++ b/.github/workflows/frontend_build.yml @@ -63,7 +63,7 @@ jobs: env: CI: true DEBUG: "hangar:*" - run: (cd frontend && pnpm prep && pnpm lint:eslint) + run: (cd frontend && pnpm lint:eslint) - name: Build frontend env: