Commit 55962c8
committed
fix(ci): run tsc from web/ working directory
npm exec and npx --prefix both fail to forward --noEmit to tsc
correctly. Using working-directory: web with plain npx tsc works.1 parent d9af2a0 commit 55962c8
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
0 commit comments