copykitku/.gitlab-ci.yml
2020-08-20 17:08:27 +02:00

12 lines
112 B
YAML

default:
image: node:14-alpine
build:
script:
- yarn
- yarn build
lint:
script:
- yarn lint