gitlabci : add npm install
This commit is contained in:
parent
7854b3d327
commit
f1a595a7e1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user