chore: fix workflow

This commit is contained in:
MiniDigger | Martin 2024-03-24 09:42:50 +01:00
parent 8f9330fac6
commit 63e87a7a18
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: