mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
* Automatically generate prop-types from Flow * Remove propTypes usage * Fix flow * Modify some eslint settings * Fix flowtype * Lint tweaks * use prop-types pkg * Run prettier * Fix flow * Fix few lint issues * Make eslint pass * Run lint on tests * Fix flow * Fixes * Alphabetical * Trailing comma: ES5 for website compat, also fix config/paths * Apply eslint --fix only to src now * Fix missing transitionconfig * Update TypeDefinition.js * New stuff * Unstage website and examples * reformat code * Update circle.yml
20 lines
378 B
YAML
20 lines
378 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
|