File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}" }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments