chore(mobile): build on sync

This commit is contained in:
Elian Doran
2026-04-20 17:25:14 +03:00
parent c703575449
commit 6625c60599

View File

@@ -7,7 +7,7 @@
"type": "module",
"scripts": {
"build": "pnpm --filter @triliumnext/client-standalone build",
"sync": "cap sync",
"sync": "pnpm build && cap sync",
"open:android": "cap open android",
"run:android": "cap run android"
},