File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22.PHONY : example-build example-deps
33
44EXAMPLES_PATH = examples
5- EXAMPLES = ExpoMessaging NativeMessaging
5+ EXAMPLES = ExpoMessaging NativeMessaging TypeScriptMessaging
66EXAMPLES_APPS = $(addprefix $(EXAMPLES_PATH ) /,$(EXAMPLES ) )
77EXAMPLES_APPS_DEPS = $(addsuffix /node_modules/installed_dependencies,$(EXAMPLES_APPS ) )
88
@@ -17,7 +17,7 @@ CHAT_DEPS = ../client/package.json
1717example-deps : $(EXAMPLES_APPS_DEPS )
1818
1919$(EXAMPLES_APPS_DEPS ) : % /node_modules/installed_dependencies: % /yarn.lock % /package.json $(SOURCES ) $(WRAPPER_PACKAGES_DEPS )
20- cd $* && yarn install
20+ cd $* && yarn install && npx pod-install
2121 touch $@
2222
2323$(WRAPPER_PACKAGES_DEPS ) : % /node_modules/installed_dependencies: % /yarn.lock % /package.json $(SOURCES ) node_modules/installed_dependencies
You can’t perform that action at this time.
0 commit comments