We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91cbc7 commit 92f9befCopy full SHA for 92f9bef
package.json
@@ -38,8 +38,9 @@
38
},
39
"scripts": {
40
"start": "PORT=8080 BROWSER=none react-scripts start",
41
- "build:android": "./scripts/build-android.sh",
+ "build:android": "cap copy && ./scripts/build-android.sh",
42
"build": "react-scripts build",
43
+ "copy:resources": "cordova-res android --skip-config --copy",
44
"test": "react-scripts test",
45
"eject": "react-scripts eject",
46
"release": "standard-version"
0 commit comments