@saltcorn/mobile-builder 1.3.0-beta.4 → 1.3.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docker/entry.bash +6 -0
- package/package.json +8 -8
package/docker/entry.bash
CHANGED
|
@@ -106,3 +106,9 @@ if [ "$BUILD_TYPE" == "debug" ]; then
|
|
|
106
106
|
cd /saltcorn-mobile-app/android
|
|
107
107
|
./gradlew assembleDebug
|
|
108
108
|
fi
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
# permission problem before running again
|
|
112
|
+
rm -rf /saltcorn-mobile-app/node_modules
|
|
113
|
+
rm -rf /saltcorn-mobile-app/android/.gradle
|
|
114
|
+
chmod -R 777 /saltcorn-mobile-app/android
|
package/package.json
CHANGED
|
@@ -3,20 +3,20 @@
|
|
|
3
3
|
"description": "plugin to to build a mobile app from a tenant application",
|
|
4
4
|
"homepage": "https://saltcorn.com",
|
|
5
5
|
"repository": "github:saltcorn/saltcorn",
|
|
6
|
-
"version": "1.3.0-beta.
|
|
6
|
+
"version": "1.3.0-beta.6",
|
|
7
7
|
"author": "Christian Hugo",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"test": "jest ./tests/ --runInBand",
|
|
10
10
|
"build": "webpack --mode development"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@saltcorn/markup": "1.3.0-beta.
|
|
14
|
-
"@saltcorn/data": "1.3.0-beta.
|
|
15
|
-
"@saltcorn/db-common": "1.3.0-beta.
|
|
16
|
-
"@saltcorn/server": "1.3.0-beta.
|
|
17
|
-
"@saltcorn/base-plugin": "1.3.0-beta.
|
|
18
|
-
"@saltcorn/sbadmin2": "1.3.0-beta.
|
|
19
|
-
"@saltcorn/mobile-app": "1.3.0-beta.
|
|
13
|
+
"@saltcorn/markup": "1.3.0-beta.6",
|
|
14
|
+
"@saltcorn/data": "1.3.0-beta.6",
|
|
15
|
+
"@saltcorn/db-common": "1.3.0-beta.6",
|
|
16
|
+
"@saltcorn/server": "1.3.0-beta.6",
|
|
17
|
+
"@saltcorn/base-plugin": "1.3.0-beta.6",
|
|
18
|
+
"@saltcorn/sbadmin2": "1.3.0-beta.6",
|
|
19
|
+
"@saltcorn/mobile-app": "1.3.0-beta.6",
|
|
20
20
|
"fs-extra": "^11.3.0",
|
|
21
21
|
"live-plugin-manager": "^1.0.0",
|
|
22
22
|
"resize-with-sharp-or-jimp": "0.1.8",
|