Skip to content

Commit e001e7c

Browse files
committed
Update ci.yml
1 parent 4ed4d7c commit e001e7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525
- run: npm ci
26+
# - name: Build types (enable when full typescript support)
27+
# run: npm run build:types
2628
- name: Check types
2729
run: npm run test:types
2830
build:

0 commit comments

Comments
 (0)