File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "build:types" : " cpy \" src/**/*.d.ts\" dist/types --parents && tsc -p tsconfig.types.json" ,
3030 "build:esm" : " rollup -c rollup.config.js" ,
3131 "build:cjs" : " tsc -p tsconfig.cjs.json" ,
32- "build" : " pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs" ,
32+ "build" : " pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs && pnpm typecheck:tests " ,
3333 "test" : " vitest run" ,
3434 "typecheck" : " tsc --noEmit" ,
35+ "typecheck:tests" : " tsc -p tests/tsconfig.json --noEmit" ,
3536 "lint" : " eslint src/**/*.ts" ,
3637 "docs" : " rimraf docs && typedoc --options typedoc.json --readme none" ,
3738 "bump" : " pnpm run precommit && pnpm version patch" ,
5354 "@rollup/plugin-node-resolve" : " ^16.0.1" ,
5455 "@rollup/plugin-typescript" : " ^12.1.4" ,
5556 "@types/node" : " ^24.3.0" ,
57+ "@vitest/coverage-v8" : " ^3.2.4" ,
5658 "cpy-cli" : " ^6.0.0" ,
5759 "eslint" : " ^9.34.0" ,
5860 "rimraf" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments