Skip to content

Commit 92f9bef

Browse files
committed
build: update build script
1 parent a91cbc7 commit 92f9bef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
},
3939
"scripts": {
4040
"start": "PORT=8080 BROWSER=none react-scripts start",
41-
"build:android": "./scripts/build-android.sh",
41+
"build:android": "cap copy && ./scripts/build-android.sh",
4242
"build": "react-scripts build",
43+
"copy:resources": "cordova-res android --skip-config --copy",
4344
"test": "react-scripts test",
4445
"eject": "react-scripts eject",
4546
"release": "standard-version"

0 commit comments

Comments
 (0)