Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivWeb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivWeb
Commits
0d3985b7
Commit
0d3985b7
authored
Sep 28, 2022
by
杨思琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改打包
parent
49763fa9
Pipeline
#61183
waiting for manual action with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-2
package.json
package.json
+1
-0
No files found.
.gitlab-ci.yml
View file @
0d3985b7
...
...
@@ -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
...
...
package.json
View file @
0d3985b7
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment