summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/typecheck.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml
index 20e71437..86690aa0 100644
--- a/.github/workflows/typecheck.yml
+++ b/.github/workflows/typecheck.yml
@@ -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 \ No newline at end of file
+ run: pnpm run typecheck