We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2f5930 + b60e9ad commit ebd0ca3Copy full SHA for ebd0ca3
package.json
@@ -48,6 +48,8 @@
48
"start:reset": "yarn clean:runtime && yarn start --reset-cache",
49
"start:debug": "yarn pre-build && node --inspect-brk node_modules/.bin/react-native start",
50
"android": "react-native run-android",
51
+ "preios": "yarn preios:carthage",
52
+ "preios:carthage": "pushd react-native-aztec && (yarn install-aztec-ios; popd)",
53
"ios": "react-native run-ios",
54
"test": "yarn test:pre-build && cross-env NODE_ENV=test node node_modules/jest/bin/jest.js --verbose --config jest.config.js",
55
"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