Skip to content

Commit 7738ae7

Browse files
committed
#795 Run CI against staging and typecheck tests
1 parent fa0182c commit 7738ae7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 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:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lint-fix": "eslint --fix",
4444
"typecheck": "tsc --noEmit",
4545
"typecheck-test": "tsc --noEmit -p tsconfig.test.json",
46-
"test": "vitest run",
46+
"test": "npm run typecheck-test && vitest run",
4747
"test-coverage": "vitest run --coverage",
4848
"test-debug": "vitest --inspect-brk --no-file-parallelism",
4949
"doc": "typedoc --out ./docs/api/ ./src/ --excludeInternal",

0 commit comments

Comments
 (0)