chore: add capacitor sync task to package.json

This commit is contained in:
kolaente 2022-01-16 16:27:35 +01:00
parent 6fc47dd529
commit ab4a4a4a2a
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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",