]>
git.r.bdr.sh - rbdr/sumo/blame - .gitlab-ci.yml
Commit | Line | Data |
8f039ab3 RBR |
1 | image: node:8 |
2 | |
3 | stages: |
4 | - lint |
5 | - build |
6 | |
7 | lint: |
8 | stage: lint |
9 | script: |
10 | - npm install |
11 | - npm run lint |
12 | |
13 | build: |
14 | stage: build |
15 | script: |
16 | - npm install |
17 | - npm run build |