1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-10-04 12:14:19 +02:00
foris-js/.gitlab-ci.yml

27 lines
269 B
YAML
Raw Normal View History

2019-08-27 16:10:14 +02:00
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