Skip to content

Instantly share code, notes, and snippets.

View GermaVinsmoke's full-sized avatar
🚀
Working in space industry

Vaibhav Dangra GermaVinsmoke

🚀
Working in space industry
View GitHub Profile
@GermaVinsmoke
GermaVinsmoke / circle.yml
Created January 2, 2020 14:13 — forked from knowbody/circle.yml
Zeit now.sh and CircleCI config
machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 7.10.0
dependencies:
override:
- yarn
cache_directories: