We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c1309 commit e491a0dCopy full SHA for e491a0d
1 file changed
.github/workflows/ci.yml
@@ -4,9 +4,11 @@ on:
4
push:
5
branches:
6
- main
7
+ - staging
8
pull_request:
9
10
11
12
workflow_dispatch:
13
14
jobs:
@@ -23,6 +25,8 @@ jobs:
23
25
node-version: ${{ matrix.node-version }}
24
26
- run: npm ci
27
- run: npm test
28
+ - run: npm run typecheck
29
+ - run: npm run typecheck-test
30
- run: npm run build
31
- run: npm run doc
32
- name: Save build
0 commit comments