ultrawidify/.gitlab-ci.yml

16 lines
189 B
YAML
Raw Normal View History

2019-02-14 00:17:53 +01:00
stages:
- prep
- build
- pack
install deps:
stage: prep
script: yarn install
build:
stage: build
script: npm run build
create zip:
stage: pack
script: npm run build-zip