Commit 71f8470f authored by 李纪文's avatar 李纪文

Update .gitlab-ci.yml

parent 382f77ab
...@@ -21,7 +21,7 @@ init: ...@@ -21,7 +21,7 @@ init:
- git branch - git branch
- git reset --hard origin/dev - git reset --hard origin/dev
- git pull - git pull
- npm install --registry=https://g.civnet.cn:4873 --legacy-peer-deps - npm install --registry=https://g.civnet.cn:4873 --legacy-peer-deps
bootstrap: bootstrap:
stage: bootstrap stage: bootstrap
...@@ -32,7 +32,8 @@ bootstrap: ...@@ -32,7 +32,8 @@ bootstrap:
build: build:
stage: build stage: build
script: script:
- 'cd ${DEPLOY_PATH}/src/wisdom-components' - 'cd ${DEPLOY_PATH}/src/wisdom-components
- npm install -s @umijs/babel-plugin-lock-core-js-3 --registry=https://g.civnet.cn:4873
- echo 开始打包... - echo 开始打包...
- npm run site - npm run site
- echo 打包完成 - echo 打包完成
......
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