Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jfoclpf/form-for-parking-violation
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoclpf committed Aug 21, 2021
2 parents 7783dd9 + 574660e commit 209f297
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: npm install -g cordova
- name: Add Android Platform
run: cordova platform add android
- run: cordova info
- run: npm test
- name: Building APK
run: cordova build android --production
run: cordova build android --release
8 changes: 5 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
javac -version
- name: Install Apache Cordova
run: npm install -g cordova
- name: Add Android Platform
run: cordova platform add ios
- name: Add iOS Platform
run: |
cordova platform rm android
cordova platform add ios
- run: npm test
- name: Building APP
run: cordova build ios --production
run: cordova build ios --release
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cordova-plugin-whitelist": "^1.3.4",
"cordova-set-version": "^11.0.2",
"cors": "^2.8.5",
"crypto-js": "^4.0.0",
"crypto-js": "^4.1.1",
"debug": "^4.3.2",
"es6-promise-plugin": "^4.2.2",
"exif-js": "^2.3.0",
Expand Down

0 comments on commit 209f297

Please sign in to comment.