add makefile command to build and copy bundle.js for apple

This commit is contained in:
Satindar Dhillon
2022-03-21 10:15:56 -07:00
parent 2ddbeceeb1
commit 65f664c064

View File

@ -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