Skip to content

Commit 7f20c30

Browse files
committed
add tsc to release ci
1 parent 0dc733d commit 7f20c30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
path: artifacts
2424
- name: Move artifacts
2525
run: yarn artifacts
26+
- name: Compile Typescript
27+
run: yarn tsc
2628
- name: List packages
2729
run: ls -R ./npm
2830
shell: bash

0 commit comments

Comments
 (0)