File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4848 run : npx lerna run bundle:alone --scope @dzcode.io/web
4949 - name : " Sentry Release"
5050 run : npm run generate:sentry-release $DEPLOY_VERSION stage ${{ secrets.SENTRY_AUTH_TOKEN }}
51+ - name : " Pre-deploy"
52+ run : npm run pre-deploy
5153 - name : " Deploy"
5254 run : npm run deploy:stg
5355
Original file line number Diff line number Diff line change 7373 "lint:staged" : " lerna exec --since HEAD --concurrency 1 --stream -- lint-staged && lint-staged" ,
7474 "patch-package" : " patch-package --patch-dir packages/tooling/patches" ,
7575 "postinstall" : " npm run patch-package && (husky install && husky set .husky/pre-commit \" npm run lint:staged\" ) || exit 0" ,
76+ "pre-deploy" : " lerna run pre-deploy --parallel" ,
7677 "prepare" : " ts-patch install -s" ,
7778 "start:dev" : " lerna run start:dev --parallel" ,
7879 "test" : " npm run build && npm run test:alone" ,
Original file line number Diff line number Diff line change 7070 "bundle:preview" : " rsbuild preview" ,
7171 "clean" :
" lerna run clean:alone [email protected] /web --include-dependencies --stream" ,
7272 "clean:alone" : " del dist coverage bundle node_modules/.cache && del ./cloudflare/public" ,
73- "deploy" : " npm run pre-deploy && cd ./cloudflare && npm install && npm run deploy:prd " ,
74- "deploy:stg" : " npm run pre-deploy && cd ./cloudflare && npm install && npm run deploy:stg" ,
73+ "deploy" : " cd ./cloudflare && npm install && npm run deploy:prd " ,
74+ "deploy:stg" : " cd ./cloudflare && npm install && npm run deploy:stg" ,
7575 "e2e:dev" : " npx wait-on http://localhost:8080/ && npx cypress open" ,
7676 "generate:bundle-info" : " ts-node ../packages/tooling/bundle-info.ts" ,
7777 "generate:htmls" : " npx tsx src/_build/gen-multiple-htmls.ts" ,
You can’t perform that action at this time.
0 commit comments