From 65f664c06434227e01bd0ddc17538faef92a1e91 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Mon, 21 Mar 2022 10:15:56 -0700 Subject: [PATCH] add makefile command to build and copy bundle.js for apple --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8ba6128b1..1b1e110ae 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,7 @@ apple_graphql_gen: apple_extension_gen: $(MAKE) -C apple extension_gen + +apple_webview_gen: + yarn workspace @omnivore/appreader build + cp packages/appreader/build/bundle.js apple/OmnivoreKit/Sources/Views/Resources/bundle.js