diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0caace60..e0e10101 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,7 @@ build_project: stage: build_project script: - echo "npm install ..." + - npm cache clean -f - npm install --unsafe-perm - echo "npm run build" - npm run build