6 lines
87 B
YAML
6 lines
87 B
YAML
|
|
pipeline:
|
||
|
|
build:
|
||
|
|
image: node
|
||
|
|
commands:
|
||
|
|
- npm i -g yarn
|
||
|
|
- yarn dev
|