mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
remove sentry
This commit is contained in:
@@ -17,18 +17,18 @@ npm install -g @angular/cli
|
||||
npm install -g cordova
|
||||
npm install -g cordova-res
|
||||
|
||||
## Mobile first dependencies
|
||||
ionic cordova plugin add cordova-plugin-network-information
|
||||
|
||||
## memory leak
|
||||
set NODE_OPTIONS=--max_old_space_size=99999996
|
||||
|
||||
npm i cordova-plugin-androidx-adapter
|
||||
npm install jetifier
|
||||
npx jetify
|
||||
## memory leak
|
||||
set NODE_OPTIONS=--max_old_space_size=99999996 &&
|
||||
npm i cordova-plugin-androidx-adapter --force &&
|
||||
npm install jetifier --force &&
|
||||
npx jetify --force
|
||||
|
||||
```
|
||||
|
||||
ionic build &&
|
||||
npx cap add android &&
|
||||
npx cap update
|
||||
|
||||
## BUG
|
||||
|
||||
Fix cordova-plugin-camera crash
|
||||
@@ -55,7 +55,7 @@ ionic serve build --prod
|
||||
npm run start
|
||||
```
|
||||
|
||||
## Run test[.](#run-test)
|
||||
## Run test
|
||||
|
||||
```bash
|
||||
# incase you don't have .env file
|
||||
@@ -75,6 +75,14 @@ cp -r ./www ./serve
|
||||
npm run dev:share
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Tag stable version
|
||||
|
||||
```bash
|
||||
git tag stable
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
For major changes, please open an issue first to discuss what you would like to change.
|
||||
|
||||
Reference in New Issue
Block a user