Skip to content

Commit

Permalink
Add Android Build Script to Packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yossTheDev committed Aug 28, 2023
1 parent 49a2091 commit e52ea0f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"android:build": "yarn build && npx cap sync && cd android && gradle build && cd ..",
"android:icons": "npx capacitor-assets generate --android --iconBackgroundColor '#141313' --logoSplashScale '0.6'"
},
"dependencies": {
"@capacitor/android": "^5.3.0",
Expand Down
37 changes: 37 additions & 0 deletions resources/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e52ea0f

Please sign in to comment.