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