Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
danm committed Aug 2, 2019
2 parents 57f5532 + 2cd7576 commit a418c24
Show file tree
Hide file tree
Showing 227 changed files with 23,741 additions and 9,208 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -41,8 +41,8 @@ jobs:
- run: *install
- save-cache: *save-cache
- run:
# react-native does not work with node 6
command: rm -rf examples/react-native && yarn test-ci-partial
# react-native and react-testing-library do not work with node 6
command: rm -rf examples/react-native examples/react-testing-library && yarn test-ci-partial
- store_test_results:
path: reports/junit

Expand Down
6 changes: 5 additions & 1 deletion .circleci/website.sh
Expand Up @@ -21,7 +21,11 @@ else
sudo dpkg -i crowdin.deb
# translations upload/download
yarn crowdin-upload
yarn crowdin-download
# download only enabled languages
for lang in ja es-ES ro zh-CN pt-BR ru uk
do
yarn crowdin-download -l $lang
done
# build and publish website
GIT_USER=docusaurus-bot USE_SSH=false yarn publish-gh-pages
else
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
@@ -1,3 +1,5 @@
**/__mocks__/**
**/__tests__/**
src
tsconfig.json
tsconfig.tsbuildinfo

0 comments on commit a418c24

Please sign in to comment.