Skip to content

Commit 0a5a544

Browse files
committed
ci: always build typescript source
1 parent d5e88e6 commit 0a5a544

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: npx puppeteer browsers install chrome
3333
- name: Install dependencies
3434
run: npm install --ignore-scripts
35+
- name: build
36+
run: npm run build
3537
- name: Lint
3638
run: npm run lint
3739
- name: Run tests

0 commit comments

Comments
 (0)