mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add makefile command to build and copy bundle.js for apple
This commit is contained in:
parent
2ddbeceeb1
commit
65f664c064
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue