File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 "test-pkgs-main" : " pnpm remove-temp-dir && pnpm run --no-sort --workspace-concurrency=1 -r _test" ,
1616 "test-branch" : " pnpm pretest && pnpm lint && git remote set-branches --add origin main && git fetch origin main && pnpm run test-pkgs-branch" ,
1717 "test-pkgs-branch" : " pnpm remove-temp-dir && pnpm --workspace-concurrency=1 --filter=...[origin/main] run --no-sort _test" ,
18- "compile-only" : " ts-node __utils__/scripts/src/typecheck-only.ts && pnpm -F pnpm compile" ,
18+ "compile-only" : " pnpm --config.useNodeVersion=24.6.0 exec ts-node __utils__/scripts/src/typecheck-only.ts && pnpm -F pnpm compile" ,
1919 "compile" : " pnpm compile-only && pnpm run update-manifests" ,
2020 "watch" : " pnpm --filter=@pnpm/fetch run compile && pnpm --filter=pnpm run compile --watch" ,
2121 "make-lcov" : " shx mkdir -p coverage && lcov-result-merger './packages/*/coverage/lcov.info' 'coverage/lcov.info'" ,
Original file line number Diff line number Diff line change 5858 },
5959 "unpkg" : " dist/pnpm.mjs" ,
6060 "scripts" : {
61- "bundle" : " ts-node bundle.ts" ,
61+ "bundle" : " pnpm --config.useNodeVersion=24.6.0 exec ts-node bundle.ts" ,
6262 "start" : " tsc --watch" ,
6363 "lint" : " eslint \" src/**/*.ts\" \" test/**/*.ts\" " ,
6464 "pretest:e2e" : " rimraf node_modules/.bin/pnpm" ,
You can’t perform that action at this time.
0 commit comments