Skip to content

Commit d8d7e68

Browse files
committed
chore: update test scripts
1 parent e21a456 commit d8d7e68

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ jobs:
1010
with: { node-version: lts/*, cache: "pnpm" }
1111
- run: pnpm install
1212
- run: pnpm typecheck
13-
- run: pnpm vitest --coverage
1413
- run: pnpm run lint
15-
# - uses: codecov/codecov-action@v5
16-
# with: { token: "${{ secrets.CODECOV_TOKEN }}" }

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
"scripts": {
1717
"build": "obuild",
1818
"dev": "vitest --typecheck",
19-
"lint": "oxlint && oxfmt -c",
19+
"lint": "oxlint && oxfmt --check .",
2020
"fmt": "automd && oxlint --fix . && oxfmt",
2121
"prepack": "pnpm build",
2222
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
23-
"test": "vitest run --typecheck --coverage"
23+
"test": "pnpm lint && pnpm typecheck",
24+
"typecheck": "tsgo --noEmit --skipLibCheck"
2425
},
2526
"dependencies": {
2627
"confbox": "^0.2.4",

0 commit comments

Comments
 (0)