add makefile command to build and copy bundle.js for apple
This commit is contained in:
4
Makefile
4
Makefile
@ -6,3 +6,7 @@ apple_graphql_gen:
|
|||||||
|
|
||||||
apple_extension_gen:
|
apple_extension_gen:
|
||||||
$(MAKE) -C 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
|
||||||
|
|||||||
Reference in New Issue
Block a user