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 c1c2cbe commit c229c30Copy full SHA for c229c30
.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 2>1
+ run: npm run test:types 2>&1 | tee silent.txt;
34
check-docs:
35
name: Check Docs
36
timeout-minutes: 10
0 commit comments