File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232 "scripts" : {
3333 "build" : " tsdown --format esm --format cjs" ,
3434 "bundle-check" : " pnpm run build && publint" ,
35- "generate-all" : " pnpm run --parallel \" /^generate:.*/\" " ,
35+ "generate-all" : " pnpm run \" /^generate:.*/\" " ,
3636 "generate:configs" : " jiti tools/generate-configs" ,
3737 "generate:docs" : " pnpm run build && pnpm run eslint-doc-generator" ,
38- "validate-gen-all" : " pnpm run --parallel \" /^validate-gen:.*/\" " ,
38+ "validate-gen-all" : " pnpm run \" /^validate-gen:.*/\" " ,
3939 "validate-gen:configs" : " pnpm run generate:configs && git diff --exit-code src/configs" ,
4040 "validate-gen:docs" : " pnpm run build && pnpm run eslint-doc-generator --check" ,
4141 "format" : " pnpm run prettier-base --write" ,
Original file line number Diff line number Diff line change 1+ autoInstallPeers : true
2+ enablePrePostScripts : true
13verifyDepsBeforeRun : ' warn'
4+ publicHoistPattern :
5+ - ' @commitlint*'
6+ - ' commitlint'
27allowBuilds :
38 esbuild : true
49 unrs-resolver : true
You can’t perform that action at this time.
0 commit comments