copykitku/.gitlab-ci.yml

13 lines
137 B
YAML
Raw Normal View History

2020-08-20 17:08:27 +02:00
default:
2021-02-01 15:40:04 +01:00
image: node:15-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