gitlabci : remove npm ci

This commit is contained in:
T__o 2020-04-24 18:34:14 +02:00
parent d226e1dd84
commit 7854b3d327
1 changed files with 1 additions and 1 deletions

View File

@ -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)