Skip to content

Commit f2d046d

Browse files
committed
fix: nativeMesssaging app needs to be removed from the make file
1 parent cd51ee8 commit f2d046d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Makefile

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

44
EXAMPLES_PATH = ../examples
5-
NATIVE_EXAMPLES = NativeMessaging SampleApp TypeScriptMessaging
5+
NATIVE_EXAMPLES = SampleApp TypeScriptMessaging
66
NATIVE_EXAMPLES_APPS = $(addprefix $(EXAMPLES_PATH)/,$(NATIVE_EXAMPLES))
77
NATIVE_EXAMPLES_APPS_DEPS = $(addsuffix /node_modules/installed_dependencies,$(NATIVE_EXAMPLES_APPS))
88

0 commit comments

Comments
 (0)