We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e88b9 commit 7af15fbCopy full SHA for 7af15fb
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build Types
31
run: npm run build:types
32
- name: Test Types
33
- run: npm run test:types
+ run: npm run test:types 2>&1
34
check-docs:
35
name: Check Docs
36
timeout-minutes: 10
0 commit comments