Skip to content

Commit f1f137a

Browse files
committed
Use npx to run ts-node
1 parent e21cdb0 commit f1f137a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-preview.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
CODE_SERVER_DOCS_MAIN_BRANCH: ${{ github.event.pull_request.head.sha }}
6363

6464
- name: Check docs
65-
run: ts-node ./product/coder.com/site/scripts/checkDocs.ts
65+
run: npx ts-node ./product/coder.com/site/scripts/checkDocs.ts
6666
env:
6767
BASE_URL: ${{ steps.preview.outputs.url }}
6868

0 commit comments

Comments
 (0)