This commit is contained in:
aminecmi 2022-07-19 18:10:34 +02:00
parent cf869fb4d0
commit 6aa4c1f300

View File

@ -5,5 +5,6 @@ steps:
- name: build
image: node:14.20.0-alpine3.16
commands:
- yarn install --productionfalse
- yarn install --production=false
- yarn global add @vue/cli
- vue-cli-service build --mode production