mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
chore: fix workflow
This commit is contained in:
parent
8f9330fac6
commit
63e87a7a18
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
2
.github/workflows/frontend_build.yml
vendored
2
.github/workflows/frontend_build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user