File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/validate-sdk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020
2121 - name : Typecheck tests directory
2222 shell : bash
23- run : npx tsc --noEmit --skipLibCheck --esModuleInterop --moduleResolution node --module esnext --target es2020 ' tests/**/*.ts'
23+ run : npx tsc --noEmit --skipLibCheck --esModuleInterop --moduleResolution node --module esnext --target es2020 tests/**/*.ts
2424
2525 - name : Install examples dependencies
2626 shell : bash
3030 - name : Typecheck examples root
3131 shell : bash
3232 working-directory : examples
33- run : npx tsc --noEmit --skipLibCheck --esModuleInterop --moduleResolution node --module esnext --target es2020 ' *.ts'
33+ run : npx tsc --noEmit --skipLibCheck --esModuleInterop --moduleResolution node --module esnext --target es2020 *.ts
3434
3535 - name : Install nextjs-example dependencies
3636 shell : bash
You can’t perform that action at this time.
0 commit comments