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
|
image: node:latest
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- npm ci
|
#- npm ci
|
||||||
- npm run build
|
- npm run build
|
||||||
- mv public public-vue # GitLab Pages hooks on the public folder
|
- mv public public-vue # GitLab Pages hooks on the public folder
|
||||||
- mv dist public # rename the dist folder (result of npm run build)
|
- mv dist public # rename the dist folder (result of npm run build)
|
||||||
|
Loading…
Reference in New Issue
Block a user