Skip to content

Commit e14bbfb

Browse files
Updating makefile
1 parent 9f4528b commit e14bbfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.PHONY: example-build example-deps
33

44
EXAMPLES_PATH = examples
5-
EXAMPLES = ExpoMessaging NativeMessaging
5+
EXAMPLES = ExpoMessaging NativeMessaging TypeScriptMessaging
66
EXAMPLES_APPS = $(addprefix $(EXAMPLES_PATH)/,$(EXAMPLES))
77
EXAMPLES_APPS_DEPS = $(addsuffix /node_modules/installed_dependencies,$(EXAMPLES_APPS))
88

@@ -17,7 +17,7 @@ CHAT_DEPS = ../client/package.json
1717
example-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

0 commit comments

Comments
 (0)