From 54b47af0dc67bb0ef1e4a0d7cd5071b4cf09d82e Mon Sep 17 00:00:00 2001 From: T__o Date: Fri, 24 Apr 2020 18:50:37 +0200 Subject: [PATCH] gitlabci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4cb32a..5fa9c07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ pages: # the job must be named pages script: #- npm ci - npm install --progress=false + - 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) # optionally, you can activate gzip support wih the following line: