Update .gitlab-ci.yml file

This commit is contained in:
陈劲松
2021-08-30 10:47:33 +00:00
parent 751560d4ad
commit 3fd1c676bc

View File

@@ -34,6 +34,7 @@ build_project:
stage: build_project stage: build_project
script: script:
- echo "npm install ..." - echo "npm install ..."
- npm cache clean -f
- npm install --unsafe-perm - npm install --unsafe-perm
- echo "npm run build" - echo "npm run build"
- npm run build - npm run build