Skip to content

Instantly share code, notes, and snippets.

View favasconcelos's full-sized avatar
🇧🇷
(:

Felipe Vasconcelos favasconcelos

🇧🇷
(:
View GitHub Profile
@favasconcelos
favasconcelos / .gitlab-ci.yml
Created October 27, 2018 14:16 — forked from josephrace/.gitlab-ci.yml
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: