From 7854b3d327368086952dc1a38ead3e68e513316a Mon Sep 17 00:00:00 2001 From: T__o Date: Fri, 24 Apr 2020 18:34:14 +0200 Subject: [PATCH] gitlabci : remove npm ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ded329e..1a715a0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ pages: # the job must be named pages image: node:latest stage: deploy script: - - npm ci + #- npm ci - npm run build - mv public public-vue # GitLab Pages hooks on the public folder - mv dist public # rename the dist folder (result of npm run build)