feat(capacitor): Adding Android APK app to build

This commit is contained in:
Chris Troutner
2021-01-28 19:08:43 -08:00
parent a463f863c7
commit 34d043f5c1
4 changed files with 266 additions and 2 deletions
+5
View File
@@ -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"