Skip to content

Commit 6098709

Browse files
committed
chore: fix tsc checking in CI
1 parent e550a56 commit 6098709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- run: npm ci
17-
- run: npm run -- tsc --extendedDiagnostics
17+
- run: npm run tsc

0 commit comments

Comments
 (0)