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