Update .gitlab-ci.yml file

This commit is contained in:
陈劲松
2021-08-30 11:15:01 +00:00
parent 2a6e55987c
commit 6ba3eddb21

View File

@@ -33,6 +33,7 @@ generate_git-log:
build_project:
stage: build_project
script:
- npm install -g cross-env
- echo "npm install ..."
- npm install --unsafe-perm
- echo "npm run build"