mirror of
https://github.com/fullstack-cash/wallet.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
feat(capacitor): Adding Android APK app to build
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
"scripts": {
|
||||
"build": "gatsby build",
|
||||
"build:ipfs": "gatsby build --prefix-paths",
|
||||
"android:setup": "npx cap add android; npx cap update android; npx cap update android; npx cap copy android",
|
||||
"android:open": "npx cap open android",
|
||||
"develop": "gatsby develop",
|
||||
"lint": "standard --env mocha --fix",
|
||||
"start": "npm run develop",
|
||||
@@ -19,6 +21,9 @@
|
||||
"test": "npm run lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^2.4.6",
|
||||
"@capacitor/cli": "^2.4.6",
|
||||
"@capacitor/core": "^2.4.6",
|
||||
"gatsby": "^2.31.1",
|
||||
"gatsby-ipfs-web-wallet": "^1.19.2",
|
||||
"gatsby-plugin-bch-sweep": "^1.5.1"
|
||||
|
||||
Reference in New Issue
Block a user