Skip to content

Commit 1ccdcfa

Browse files
committed
Merge branch '780-vite-update-dependencies' of https://github.com/solidos/solid-ui into 780-vite-update-dependencies
2 parents a11f1e7 + fe7f0f5 commit 1ccdcfa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- staging
78
pull_request:
89
branches:
910
- main
11+
- staging
1012
workflow_dispatch:
1113

1214
jobs:
@@ -23,6 +25,8 @@ jobs:
2325
node-version: ${{ matrix.node-version }}
2426
- run: npm ci
2527
- run: npm test
28+
- run: npm run typecheck
29+
- run: npm run typecheck-test
2630
- run: npm run build
2731
- run: npm run doc
2832
- name: Save build

0 commit comments

Comments
 (0)