Skip to content
Snippets Groups Projects
.gitlab-ci.yml 192 B
Newer Older
Markus Kaarto's avatar
Markus Kaarto committed
default:
  image: node:12.16.1

cache:
  paths:
    - node_modules/
    - .yarn

build:
  script:
    - yarn install && yarn test && yarn build
Markus Kaarto's avatar
Markus Kaarto committed
# after this, copy or deploy to chosen location