diff --git a/capacitor.config.json b/capacitor.config.json index 348b09257..20e1144cf 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -9,6 +9,5 @@ "launchShowDuration": 0 } }, - "cordova": {}, - "linuxAndroidStudioPath": "/etc/profiles/per-user/konrad/bin/android-studio" + "cordova": {} } diff --git a/package.json b/package.json index 4493c58d9..531c2ea7e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "test:unit": "vitest run", "test:unit-watch": "vitest watch", "test:frontend": "cypress run", - "browserslist:update": "npx browserslist@latest --update-db" + "browserslist:update": "npx browserslist@latest --update-db", + "cap:sync": "cap sync" }, "dependencies": { "@github/hotkey": "1.6.1",