copykitku/.gitlab-ci.yml
2021-02-01 15:40:04 +01:00

13 lines
137 B
YAML

default:
image: node:15-alpine
before_script:
- yarn install
build:
script:
- yarn build
lint:
script:
- yarn lint