diff --git a/.gitignore b/.gitignore index 4098ca1..6697536 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ node_modules *angular/* .idea .angular/cache/* +ios +andriod diff --git a/README.md b/README.md index 9d5b5f3..801da6d 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,13 @@ ionic g page pages/resetpass ionic g service services/wrench ionic g page userpages/dash -ionic g page userpages/market \ No newline at end of file +ionic g page userpages/market + + +$ ionic build +$ ionic build --prod +$ ionic build --watch + +$ ionic capacitor build +$ ionic capacitor build android +$ ionic capacitor build ios \ No newline at end of file diff --git a/package.json b/package.json index ea290ba..e3ce09c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "^14.0.0", "@angular/platform-browser-dynamic": "^14.0.0", "@angular/router": "^14.0.0", - "@capacitor/android": "^5.0.0", + "@capacitor/android": "5.0.5", "@capacitor/app": "^5.0.0", "@capacitor/core": "^5.0.0", "@capacitor/haptics": "^5.0.0",