Skip to content

Instantly share code, notes, and snippets.

@TimoGlastra
Created November 28, 2018 21:47
Show Gist options
  • Save TimoGlastra/a9a3c3f8be2798bcaff62dc350a5dade to your computer and use it in GitHub Desktop.
Save TimoGlastra/a9a3c3f8be2798bcaff62dc350a5dade to your computer and use it in GitHub Desktop.
typescript:
image: node:10.10
stage: test
tags:
- docker
before_script:
- apt-get update -qq && apt-get install
- yarn config set cache-folder .yarn
- yarn install
script:
- yarn types:check
cache:
paths:
- node_modules/
- .yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment