Commit 0d3985b7 authored by 杨思琦's avatar 杨思琦

fix: 修改打包

parent 49763fa9
Pipeline #61183 waiting for manual action with stages
......@@ -21,8 +21,7 @@ refresh:
- civ_base
script:
- git pull origin master
- npm run init
- npm run refresh
- npm run update:wisdom
only:
refs:
- master
......
......@@ -19,6 +19,7 @@
"analyze": "cross-env ANALYZE=1 npm run build",
"npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
"preinstall": "yarn run npmcheckversion && npx force-resolutions",
"update:wisdom": "npm install --registry=https://g.civnet.cn:4873 && npm run refresh",
"refresh": "node ./internals/webpack/install.js --registry=https://g.civnet.cn:4873",
"build": "cross-env NODE_ENV=production node --max_old_space_size=4096 internals/webpack/build.js",
"build:clean": "rimraf ./build",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment