chore(build): also enable debug during lint/prep so that we can see backend data stuff

This commit is contained in:
MiniDigger | Martin 2022-12-24 11:30:26 +01:00
parent 9e09883ce8
commit 20557ad96e
2 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,8 @@ jobs:
run: (cd frontend && pnpm install --frozen-lockfile)
- name: Lint frontend
env:
DEBUG: "hangar:*"
run: (cd frontend && pnpm prep && pnpm lint:eslint)
# - name: Sync forth and back with crowdin

View File

@ -48,6 +48,7 @@ jobs:
- name: Lint frontend
env:
CI: true
DEBUG: "hangar:*"
run: (cd frontend && pnpm prep && pnpm lint:eslint)
- name: Build frontend