Skip to content

Commit ebd0ca3

Browse files
Merge pull request #86 from wordpress-mobile/try/wire-carthage-dependencies
Makes sure carthage dependencies are installed when running gutenberg…
2 parents b2f5930 + b60e9ad commit ebd0ca3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"start:reset": "yarn clean:runtime && yarn start --reset-cache",
4949
"start:debug": "yarn pre-build && node --inspect-brk node_modules/.bin/react-native start",
5050
"android": "react-native run-android",
51+
"preios": "yarn preios:carthage",
52+
"preios:carthage": "pushd react-native-aztec && (yarn install-aztec-ios; popd)",
5153
"ios": "react-native run-ios",
5254
"test": "yarn test:pre-build && cross-env NODE_ENV=test node node_modules/jest/bin/jest.js --verbose --config jest.config.js",
5355
"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",

0 commit comments

Comments
 (0)