]>
git.r.bdr.sh - rbdr/sumo/blame_incremental - .gitlab-ci.yml
... / ...
Commit | Line | Data |
| 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 |