Skip to content

Commit

Permalink
chore: update script to add node path
Browse files Browse the repository at this point in the history
  • Loading branch information
mutu committed Jul 30, 2024
1 parent 885d560 commit d225799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gi-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"main": "dist/app.js",
"scripts": {
"build:docker": "node scripts/link.mjs && cd ../../ && npm run clean && npm run build:all:es && npm run build:all:umd && cd packages/gi-site/ && BUILD_MODE=docker node scripts/pre-build.mjs && node scripts/copy-assets.mjs && BUILD_MODE=docker NODE_OPTIONS=--max_old_space_size=4096 --openssl-legacy-provider umi build && node scripts/sync-to-httpservice.mjs",
"build:docker": "node scripts/link.mjs && cd ../../ && npm run clean && npm run build:all:es && npm run build:all:umd && cd packages/gi-site/ && BUILD_MODE=docker node scripts/pre-build.mjs && node scripts/copy-assets.mjs && BUILD_MODE=docker NODE_OPTIONS=--max_old_space_size=4096 --openssl-legacy-provider umi build && node scripts/sync-to-httpservice.mjs",
"analyze": "ANALYZE=1 NODE_OPTIONS=--max_old_space_size=4096 umi build",
"build": "npm run prebuild && NODE_OPTIONS=--max_old_space_size=4096 umi build",
"deploy": "node ./scripts/deploy.js",
Expand Down

0 comments on commit d225799

Please sign in to comment.