ds4/.gitlab-ci.yml

20 lines
191 B
YAML
Raw Normal View History

2020-12-23 18:36:41 +01:00
image: node:latest
stages:
- test
lint:
stage: test
script:
- npm run lint
compile:
stage: test
script:
- npm run build
#test:
# stage: test
# script:
# - npm test