This commit is contained in:
aminecmi 2022-07-19 17:30:31 +02:00
parent e074eb9be3
commit 951480d901

View File

@ -5,7 +5,7 @@ steps:
- name: build
image: node:16.16.0-alpine3.16
commands:
- apk add --update python make g++
- apk add --update --no-cache --virtual .gyp python3 make g++
- rm -rf /var/cache/apk/*
- npm install
- vue-cli-service build --mode production