Update .gitlab-ci.yml

This commit is contained in:
张帅
2021-10-22 09:44:32 +00:00
parent 315e127083
commit ebd19390ed

View File

@@ -39,6 +39,9 @@ build_project:
- npm install --save-dev --unsafe-perm
- echo "npm run build"
- npm run build
artifacts:
paths:
- dist
only:
- dev-ci-debug
- tags