1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-06-30 20:23:59 +00:00
foris-js/.gitlab-ci.yml
2019-08-29 10:54:47 +02:00

27 lines
269 B
YAML

image: node:8-alpine
stages:
- test
- build
before_script:
- npm install
test:
stage: test
script:
- npm test
lint:
stage: test
script:
- npm run lint
build:
stage: build
script:
- npm pack
artifacts:
paths:
- foris-*.tgz