gitlabci : add npm install

This commit is contained in:
T__o 2020-04-24 18:39:08 +02:00
parent 7854b3d327
commit f1a595a7e1

View File

@ -4,6 +4,7 @@ pages: # the job must be named pages
stage: deploy
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)