This commit is contained in:
AAGaming
2026-09-02 15:59:25 -04:00
committed by GitHub
parent ef3c038c09
commit 2254cc44e0
+2 -2
View File
@@ -35,7 +35,7 @@ jobs:
working-directory: frontend
run: |
npm i -g pnpm
pnpm i --frozen-lockfile --dangerously-allow-all-builds
pnpm i --frozen-lockfile
- name: Run pyright (Python)
uses: jakebailey/pyright-action@v1
@@ -46,4 +46,4 @@ jobs:
- name: Run tsc (TypeScript)
working-directory: frontend
run: pnpm run typecheck
run: pnpm run typecheck