Add mobile store artifact automation

This commit is contained in:
Jeppe Bundgaard
2026-07-02 11:11:52 +02:00
parent 94036a31e5
commit 2db4497385
580 changed files with 2833 additions and 99360 deletions
+9
View File
@@ -54,11 +54,17 @@
"test:all": "npm run test:unit && npm run test:e2e:pr",
"twa:build": "bubblewrap build",
"twa:update": "bubblewrap update",
"mobile:sync": "npm run build && npx cap sync",
"mobile:permissions:check": "node scripts/mobile/check-permissions.mjs",
"mobile:android:bundle": "npm run mobile:sync && npm run mobile:permissions:check && cd android && ./gradlew bundleRelease",
"mobile:ios:sync": "npm run mobile:sync && npm run mobile:permissions:check",
"playstore:graphics": "node scripts/playstore/generate-graphics.mjs"
},
"dependencies": {
"@azure/msal-browser": "^4.12.0",
"@bubblewrap/cli": "^1.23.0",
"@capacitor/core": "^8.4.1",
"@capacitor/geolocation": "^8.2.0",
"@creativebulma/bulma-badge": "^1.0.1",
"@fullcalendar/core": "^6.1.17",
"@fullcalendar/daygrid": "^6.1.17",
@@ -111,6 +117,9 @@
"xterm": "^5.3.0"
},
"devDependencies": {
"@capacitor/android": "^8.4.1",
"@capacitor/cli": "^8.4.1",
"@capacitor/ios": "^8.4.1",
"@creativebulma/bulma-divider": "^1.1.0",
"@eslint/js": "^10.0.1",
"@event-calendar/core": "^4.1.0",