Update .gitlab-ci.yml file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user