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 23
23
"build:types" : " cpy \" src/**/*.d.ts\" dist/types --parents && tsc -p tsconfig.types.json" ,
24
24
"build:esm" : " rollup -c rollup.config.js" ,
25
25
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
26
- "build" : " pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs" ,
26
+ "build" : " pnpm clean && pnpm build:types && pnpm build:esm && pnpm build:cjs && pnpm typecheck:tests " ,
27
27
"test" : " vitest run" ,
28
28
"typecheck" : " tsc --noEmit" ,
29
+ "typecheck:tests" : " tsc -p tests/tsconfig.json --noEmit" ,
29
30
"lint" : " eslint src/**/*.ts" ,
30
31
"docs" : " rimraf docs && typedoc --options typedoc.json --readme none" ,
31
32
"bump" : " pnpm run precommit && pnpm version patch" ,
47
48
"@rollup/plugin-node-resolve" : " ^16.0.1" ,
48
49
"@rollup/plugin-typescript" : " ^12.1.4" ,
49
50
"@types/node" : " ^24.3.0" ,
51
+ "@vitest/coverage-v8" : " ^3.2.4" ,
50
52
"cpy-cli" : " ^6.0.0" ,
51
53
"eslint" : " ^9.34.0" ,
52
54
"rimraf" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments