summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 6271039329d01bb45474d5be5c42c7549033c7ee (plain)
1
2
3
4
5
6
7
8
9
10
cache:
  paths:
    - node_modules/

build:
  stage: build
  image: node:12
  script:
    - npm install
    - npm run start