10 lines
87 B
YAML
10 lines
87 B
YAML
|
image: node:10-slim
|
||
|
|
||
|
stages:
|
||
|
- build
|
||
|
|
||
|
build:
|
||
|
script:
|
||
|
- npm install
|
||
|
- npm build
|