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 4343 "build:types" : " cpy \" src/**/*.d.ts\" dist/types --parents && tsc -p tsconfig.types.json" ,
4444 "build:esm" : " rollup -c rollup.config.js" ,
4545 "build:cjs" : " tsc -p tsconfig.cjs.json" ,
46- "build" : " pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs" ,
46+ "build" : " pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs && pnpm typecheck:tests " ,
4747 "test" : " vitest run" ,
4848 "typecheck" : " tsc --noEmit" ,
49+ "typecheck:tests" : " tsc -p tests/tsconfig.json --noEmit" ,
4950 "lint" : " eslint src/**/*.ts" ,
5051 "docs" : " rimraf docs && typedoc --options typedoc.json --readme none" ,
5152 "bump" : " pnpm run precommit && pnpm version patch" ,
6667 "@eslint/js" : " ^9.34.0" ,
6768 "@rollup/plugin-typescript" : " ^12.1.4" ,
6869 "@types/node" : " ^24.3.0" ,
70+ "@vitest/coverage-v8" : " ^3.2.4" ,
6971 "cpy-cli" : " ^6.0.0" ,
7072 "eslint" : " ^9.34.0" ,
7173 "rimraf" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments