8 lines
154 B
YAML
8 lines
154 B
YAML
pipeline:
|
|
build:
|
|
image: node:10-alpine
|
|
commands:
|
|
- apk add yarn python make g++
|
|
- yarn install --frozen-lockfile
|
|
- yarn build
|