We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd51ee8 commit f2d046dCopy full SHA for f2d046d
package/Makefile
@@ -2,7 +2,7 @@
2
.PHONY: example-build example-deps
3
4
EXAMPLES_PATH = ../examples
5
-NATIVE_EXAMPLES = NativeMessaging SampleApp TypeScriptMessaging
+NATIVE_EXAMPLES = SampleApp TypeScriptMessaging
6
NATIVE_EXAMPLES_APPS = $(addprefix $(EXAMPLES_PATH)/,$(NATIVE_EXAMPLES))
7
NATIVE_EXAMPLES_APPS_DEPS = $(addsuffix /node_modules/installed_dependencies,$(NATIVE_EXAMPLES_APPS))
8
0 commit comments