chore: add capacitor sync task to package.json
This commit is contained in:
parent
6fc47dd529
commit
ab4a4a4a2a
2 changed files with 3 additions and 3 deletions
|
@ -9,6 +9,5 @@
|
|||
"launchShowDuration": 0
|
||||
}
|
||||
},
|
||||
"cordova": {},
|
||||
"linuxAndroidStudioPath": "/etc/profiles/per-user/konrad/bin/android-studio"
|
||||
"cordova": {}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue