diff --git a/package.json b/package.json index 3db9d54cb1..db96fcd001 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,13 @@ "release": "yarn prepare && npm login && release-it", "prepare": "bob build && husky install", "architectures-consistency-check": "node ./scripts/codegen-check-consistency.js", - "sync-architectures": "node ./scripts/codegen-sync-archs.js" + "sync-architectures": "node ./scripts/codegen-sync-archs.js", + "pod-update": "cd $APP_DIR/ios && pod install && cd ../.." + }, + "release-it": { + "hooks": { + "after:bump": "APP_DIR=Example yarn pod-update && APP_DIR=FabricExample yarn pod-update" + } }, "main": "lib/commonjs/index", "module": "lib/module/index",