We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typecheck
compile
test
1 parent 00914ba commit dd16819Copy full SHA for dd16819
.github/workflows/ci.yml
@@ -20,4 +20,7 @@ jobs:
20
- uses: actions/setup-node@v6
21
with: { node-version: 18, cache: npm }
22
- run: npm ci
23
+ - run: npm run typecheck
24
- run: npm run lint
25
+ - run: npm run compile
26
+ - run: npm run test # requries `compile`
0 commit comments