From ab4a4a4a2aa9d35ddf8fa60ec3be446f163d0544 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 16 Jan 2022 16:27:35 +0100 Subject: [PATCH] chore: add capacitor sync task to package.json --- capacitor.config.json | 3 +-- package.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) 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",