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 fa0182c commit 7738ae7Copy full SHA for 7738ae7
2 files 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:
package.json
@@ -43,7 +43,7 @@
43
"lint-fix": "eslint --fix",
44
"typecheck": "tsc --noEmit",
45
"typecheck-test": "tsc --noEmit -p tsconfig.test.json",
46
- "test": "vitest run",
+ "test": "npm run typecheck-test && vitest run",
47
"test-coverage": "vitest run --coverage",
48
"test-debug": "vitest --inspect-brk --no-file-parallelism",
49
"doc": "typedoc --out ./docs/api/ ./src/ --excludeInternal",
0 commit comments