fix: fix gitlab-ci.yml

This commit is contained in:
shizhendong
2021-08-31 10:09:25 +08:00
parent 258ebe45aa
commit 06ba17d676

View File

@@ -35,7 +35,7 @@ build_project:
stage: build_project
script:
- echo "npm install ..."
- npm install --unsafe-perm
- npm install -g --unsafe-perm
- echo "npm run build"
- npm run build
artifacts: