This commit is contained in:
aminecmi 2022-07-19 17:25:56 +02:00
parent 08f09b08ed
commit b9c7618b80

View File

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