1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-07-02 20:30:27 +00:00
foris-js/.gitlab-ci.yml

27 lines
269 B
YAML
Raw Normal View History

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