We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed4d7c commit e001e7cCopy full SHA for e001e7c
.github/workflows/ci.yml
@@ -23,6 +23,8 @@ jobs:
23
steps:
24
- uses: actions/checkout@v3
25
- run: npm ci
26
+ # - name: Build types (enable when full typescript support)
27
+ # run: npm run build:types
28
- name: Check types
29
run: npm run test:types
30
build:
0 commit comments