File tree Expand file tree Collapse file tree 3 files changed +156
-385
lines changed
Expand file tree Collapse file tree 3 files changed +156
-385
lines changed Original file line number Diff line number Diff line change 77 "license" : " MIT" ,
88 "type" : " module" ,
99 "scripts" : {
10- "build" : " pnpm run build :types && pnpm run build:bundle" ,
10+ "build" : " pnpm run check :types && pnpm run build:bundle" ,
1111 "build:bundle" : " node ./esbuild.config.mjs" ,
12- "build :types" : " tsc" ,
12+ "check :types" : " tsc" ,
1313 "format:check" : " prettier --check **/*.*" ,
1414 "format" : " pnpm run format:check --write" ,
1515 "lint" : " eslint ." ,
3838 "@total-typescript/ts-reset" : " ^0.6.1" ,
3939 "@types/node" : " ^20.19.25" ,
4040 "@typescript-eslint/parser" : " ^8.48.1" ,
41- "@vitest/coverage-v8" : " ^3.2.4 " ,
41+ "@vitest/coverage-v8" : " 4.0.15 " ,
4242 "chalk" : " ^5.6.2" ,
4343 "changelogithub" : " ^14.0.0" ,
4444 "esbuild" : " ^0.27.1" ,
5050 "prettier" : " 3.7.4" ,
5151 "typescript" : " ^5.9.3" ,
5252 "typescript-eslint" : " ^8.48.1" ,
53- "vitest" : " ^3.2.4 "
53+ "vitest" : " 4.0.15 "
5454 }
5555}
You can’t perform that action at this time.
0 commit comments