Skip to content

Commit df3a94b

Browse files
Update CI action to build with tsc
1 parent f63c777 commit df3a94b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
node-version: 18.13.0
2727
- name: Install dependencies
2828
run: npm install
29+
- name: Run headless test
30+
- name: Build package
31+
run: npm build
2932
- name: Run headless test
3033
uses: GabrielBB/[email protected]
3134
with:

0 commit comments

Comments
 (0)