Skip to content

Instantly share code, notes, and snippets.

View josephrace's full-sized avatar

Joseph Race josephrace

View GitHub Profile
@josephrace
josephrace / .gitlab-ci.yml
Created May 18, 2017 17:44
Configuration file for create-react-app on GitLab Pages
image: node:7.9.0 # change to match your node version
cache:
paths:
- node_modules/
before_script:
- npm install
test: