Skip to content

Commit

Permalink
Merge pull request #37 from wordpress-mobile/try/ios-carthage-depende…
Browse files Browse the repository at this point in the history
…ncy-installer-script-3

Restores some changes that shouldn't have been made.
  • Loading branch information
mzorz authored Jul 25, 2018
2 parents c5951de + acb053d commit 85ce055
Show file tree
Hide file tree
Showing 2 changed files with 1,070 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"preinstall": "yarn install-aztec",
"install-aztec": "pushd ../ && (yarn install; popd;)",
"preios": "pushd ../ && (yarn install-aztec-ios; popd;)",
"ios": "react-native run-ios",
"test": "jest",
Expand Down
Loading

0 comments on commit 85ce055

Please sign in to comment.