File tree Expand file tree Collapse file tree 2 files changed +228
-1
lines changed Expand file tree Collapse file tree 2 files changed +228
-1
lines changed Original file line number Diff line number Diff line change 2626 "build:types" : " cpy \" src/**/*.d.ts\" dist/types --parents && tsc -p tsconfig.types.json" ,
2727 "build:esm" : " rollup -c rollup.config.js" ,
2828 "build:cjs" : " tsc -p tsconfig.cjs.json" ,
29- "build" : " pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs" ,
29+ "build" : " pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs && pnpm typecheck:tests " ,
3030 "test" : " vitest run" ,
3131 "typecheck" : " tsc --noEmit" ,
32+ "typecheck:tests" : " tsc -p tests/tsconfig.json --noEmit" ,
3233 "lint" : " eslint src/**/*.ts" ,
3334 "docs" : " rimraf docs && typedoc --options typedoc.json --readme none" ,
3435 "bump" : " pnpm run precommit && pnpm version patch" ,
5051 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
5152 "@rollup/plugin-typescript" : " ^12.1.4" ,
5253 "@types/node" : " ^24.3.0" ,
54+ "@vitest/coverage-v8" : " 3.2.4" ,
5355 "cpy-cli" : " ^6.0.0" ,
5456 "eslint" : " ^9.34.0" ,
5557 "rimraf" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments