mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
23 lines
411 B
YAML
23 lines
411 B
YAML
machine:
|
|
node:
|
|
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
|
|
test:
|
|
pre:
|
|
- yarn run flow
|