summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/typecheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml
index 181a4211..763d8590 100644
--- a/.github/workflows/typecheck.yml
+++ b/.github/workflows/typecheck.yml
@@ -41,4 +41,4 @@ jobs:
- name: Run tsc (TypeScript)
working-directory: frontend
- run: $(pnpm bin)/tsc --noEmit \ No newline at end of file
+ run: pnpm run typecheck \ No newline at end of file