fix: fix gitlab-ci.yml

This commit is contained in:
shizhendong
2021-06-18 17:07:07 +08:00
parent bde8f19dfb
commit d7ea50ce19

View File

@@ -6,7 +6,7 @@ build_project:
stage: build_project
script:
- echo "npm install ..."
- npm install --unsafe-perm
- npm install
- echo "npm run build"
- npm run build
only: