diff --git a/package.json b/package.json index 8aa380d9e80a1..fdb8725d9297f 100644 --- a/package.json +++ b/package.json @@ -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",