Skip to content

Commit

Permalink
Merge pull request #86 from wordpress-mobile/try/wire-carthage-depend…
Browse files Browse the repository at this point in the history
…encies

Makes sure carthage dependencies are installed when running gutenberg…
  • Loading branch information
diegoreymendez authored Jul 31, 2018
2 parents b2f5930 + b60e9ad commit ebd0ca3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"start:reset": "yarn clean:runtime && yarn start --reset-cache",
"start:debug": "yarn pre-build && node --inspect-brk node_modules/.bin/react-native start",
"android": "react-native run-android",
"preios": "yarn preios:carthage",
"preios:carthage": "pushd react-native-aztec && (yarn install-aztec-ios; popd)",
"ios": "react-native run-ios",
"test": "yarn test:pre-build && cross-env NODE_ENV=test node node_modules/jest/bin/jest.js --verbose --config jest.config.js",
"test:debug": "yarn pre-build && cross-env NODE_ENV=test node --inspect-brk node_modules/jest/bin/jest.js --runInBand --verbose --config jest.config.js",
Expand Down

0 comments on commit ebd0ca3

Please sign in to comment.