File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 "cli:js" : " node ./packages/git-proxy-cli/dist/index.js" ,
5252 "client" : " vite --config vite.config.ts" ,
5353 "clientinstall" : " npm install --prefix client" ,
54- "server" : " ALLOWED_ORIGINS=* tsx index.ts" ,
54+ "server" : " cross-env ALLOWED_ORIGINS=* tsx index.ts" ,
5555 "start" : " concurrently \" npm run server\" \" npm run client\" " ,
5656 "build" : " npm run generate-config-types && npm run build-ui && npm run build-ts" ,
5757 "build-ts" : " tsc --project tsconfig.publish.json && node scripts/fix-shebang.js" ,
6464 "test:e2e:watch" : " vitest --config vitest.config.e2e.ts" ,
6565 "test-coverage" : " cross-env NODE_ENV=test vitest --run --dir ./test --coverage" ,
6666 "test-coverage-ci" : " cross-env NODE_ENV=test vitest --run --dir ./test --coverage.enabled=true --coverage.reporter=lcovonly --coverage.reporter=text" ,
67- "test:integration" : " NODE_ENV=test vitest --run --config vitest.config.integration.ts" ,
67+ "test:integration" : " cross-env NODE_ENV=test vitest --run --config vitest.config.integration.ts" ,
6868 "test:watch" : " cross-env NODE_ENV=test vitest --dir ./test --watch" ,
6969 "prepare" : " node ./scripts/prepare.js" ,
7070 "lint" : " eslint" ,
You can’t perform that action at this time.
0 commit comments