feat: Add android build script and baseline-browser-mapping dependency
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
"release": "npm version patch && npm run build && git push origin develop --tags",
|
||||
"merge": "git checkout main && git merge develop && git push origin main && git checkout develop",
|
||||
"ionic:build": "npm run build",
|
||||
"ionic:serve": "npm run start"
|
||||
"ionic:serve": "npm run start",
|
||||
"android": "npm run build && npx cap sync android"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor-community/sqlite": "^7.0.0",
|
||||
@@ -92,6 +93,7 @@
|
||||
"@vite-pwa/assets-generator": "^0.2.4",
|
||||
"@vitejs/plugin-react-swc": "^3.5.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"baseline-browser-mapping": "^2.9.16",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.2",
|
||||
|
||||
Reference in New Issue
Block a user