You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/package.json
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,6 @@
4
4
"private": true,
5
5
"main": "electron/main.js",
6
6
"scripts": {
7
-
"build": "mkdir -p android/app/src/main/assets && mkdir -p android/app/src/main/assets/public && pnpm exec cap add android || true && pnpm exec cap add ios || true && pnpm exec cap sync",
8
-
"package:android": "if [ ! -d android ]; then pnpm exec cap add android; fi && pnpm exec cap sync android && if [ -x ./android/gradlew ]; then cd android && ./gradlew assembleDebug; else echo 'gradlew not found. Build the android project locally with Android Studio or install Gradle / generate wrapper.' && exit 1; fi",
9
-
"package:android:release": "if [ ! -d android ]; then pnpm exec cap add android; fi && pnpm exec cap sync android && if [ -x ./android/gradlew ]; then cd android && ./gradlew assembleRelease; else echo 'gradlew not found. Build the android project locally with Android Studio or install Gradle / generate wrapper.' && exit 1; fi",
0 commit comments