cordova-react-vite 3.0.7 → 3.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/execute.js +1 -0
  2. package/package.json +1 -1
package/execute.js CHANGED
@@ -163,6 +163,7 @@ body{
163
163
  "cordova:build": "cd cordova && cordova build android",
164
164
  "move:apk": "xcopy cordova\\platforms\\android\\app\\build\\outputs\\apk\\debug\\app-debug.apk . /Y",
165
165
  "build": "npm run react:build && npm run sync:build && npm run cordova:build && npm run move:apk",
166
+ "build:apk": "npm run cordova:build && npm run move:apk",
166
167
  "start": "cd react && npm run dev"
167
168
  },
168
169
  devDependencies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cordova-react-vite",
3
- "version": "3.0.7",
3
+ "version": "3.0.8",
4
4
  "description": "CLI to create a full React + Vite + Cordova project with Android platform",
5
5
  "main": "execute.js",
6
6
  "bin": {