copykitku/.gitlab-ci.yml

13 lines
137 B
YAML
Raw Normal View History

2020-08-20 17:08:27 +02:00
default:
image: node:14-alpine
2020-08-20 17:11:56 +02:00
before_script:
- yarn install
2020-08-20 17:08:27 +02:00
build:
script:
- yarn build
lint:
script:
- yarn lint