Skip to content

Commit

Permalink
Fixing CircleCI problems with /example...
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrannp committed Apr 24, 2017
1 parent b93b5b2 commit da39d4e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 662 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update && sudo apt-get install yarn
override:
- yarn
- cd example && yarn && cd ..
- yarn install
- cd example && npm install && cd ..
test:
override:
- npm run lint
Expand Down
7 changes: 2 additions & 5 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "yarn run haul -- --platform android",
"test": "jest"
"start": "yarn run haul -- --platform android"
},
"dependencies": {
"react": "16.0.0-alpha.6",
Expand All @@ -14,9 +13,7 @@
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"haul-cli": "^0.5.0",
"jest": "18.1.0",
"react-test-renderer": "~15.4.0-rc.4"
"haul-cli": "^0.5.0"
},
"jest": {
"preset": "react-native"
Expand Down
Loading

0 comments on commit da39d4e

Please sign in to comment.