WIP: feat: add capacitor based app build #1388

Closed
konrad wants to merge 6 commits from feature/capacitor into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit ab4a4a4a2a - Show all commits

View File

@ -9,6 +9,5 @@
"launchShowDuration": 0 "launchShowDuration": 0
} }
}, },
"cordova": {}, "cordova": {}
"linuxAndroidStudioPath": "/etc/profiles/per-user/konrad/bin/android-studio"
} }

View File

@ -15,7 +15,8 @@
"test:unit": "vitest run", "test:unit": "vitest run",
"test:unit-watch": "vitest watch", "test:unit-watch": "vitest watch",
"test:frontend": "cypress run", "test:frontend": "cypress run",
"browserslist:update": "npx browserslist@latest --update-db" "browserslist:update": "npx browserslist@latest --update-db",
"cap:sync": "cap sync"
}, },
"dependencies": { "dependencies": {
"@github/hotkey": "1.6.1", "@github/hotkey": "1.6.1",