This commit is contained in:
aminecmi 2022-07-19 17:25:32 +02:00
parent 9944907aa8
commit 08f09b08ed

View File

@ -5,6 +5,6 @@ steps:
- name: build
image: node:alpine
commands:
- apk add --no-cache python3 make g++
- apk add --no-cache python2 make g++
- npm install
- vue-cli-service build --mode production