fix: fix gitlab-ci.yml

This commit is contained in:
shizhendong
2021-06-18 12:26:46 +08:00
parent 98bd847c78
commit ca6da7b25a

View File

@@ -6,9 +6,9 @@ build_project:
stage: build_project
script:
- echo "npm install ..."
- sudo npm install
- npm install
- echo "npm run build"
- sudo npm run build
- npm run build
only:
- dev-cicd
tags: