react-navigation/circle.yml

20 lines
378 B
YAML
Raw Normal View History

machine:
node:
2017-01-26 13:18:26 -08:00
version: 6.9.4
pre:
- mkdir ~/.yarn-cache
dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
cache_directories:
- "~/.yarn-cache"
override:
- yarn install
- cd website && yarn install
deployment:
website-prod:
branch: master
commands:
- yarn run build-docs
- ./scripts/deploy-website.sh