File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "bin" : " dist/index.mjs" ,
66 "type" : " module" ,
77 "scripts" : {
8- "build" : " NODE_ENV=production tsdown && pnpm copy:ui" ,
8+ "build" : " cross-env NODE_ENV=production tsdown && pnpm copy:ui" ,
99 "copy:ui" : " node scripts/copy-ui.mjs" ,
1010 "pkg" : " pnpm build && pkg . --output bin/pipelab" ,
11- "dev" : " NODE_ENV=development tsdown --watch --onSuccess \" NODE_ENV=development node dist/index.mjs serve\" " ,
11+ "dev" : " cross-env NODE_ENV=development tsdown --watch --onSuccess \" cross-env NODE_ENV=development node dist/index.mjs serve\" " ,
1212 "watch" : " tsdown --watch" ,
1313 "start" : " node dist/index.mjs" ,
1414 "test:e2e:raw" : " vitest run -c tests/e2e/vitest.config.mts" ,
3131 "@types/node" : " 24.12.2" ,
3232 "@types/serve-handler" : " 6.1.4" ,
3333 "@yao-pkg/pkg" : " 6.14.1" ,
34+ "cross-env" : " 7.0.3" ,
3435 "execa" : " 9.5.1" ,
3536 "nanoid" : " 5.0.8" ,
3637 "tsdown" : " 0.21.2" ,
Original file line number Diff line number Diff line change 4949 "@types/fs-extra" : " 11.0.4" ,
5050 "@types/node" : " 24.12.2" ,
5151 "electron" : " 32.1.2" ,
52+ "cross-env" : " 7.0.3" ,
5253 "fs-extra" : " 11.3.0" ,
5354 "tsx" : " 4.19.1" ,
5455 "typescript" : " 5.8.3" ,
You can’t perform that action at this time.
0 commit comments