Skip to content

Commit

Permalink
chore(scripts): add debug and build scripts for Cordova
Browse files Browse the repository at this point in the history
  • Loading branch information
elyeandre committed Jul 27, 2024
1 parent bc2caee commit fb765a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "A simple app that allows users to stream movies and TV shows for free directly on their Android devices without ads.",
"main": "index.js",
"scripts": {
"debug": "cordova run android --device"
"debug": "cordova run android --debug",
"build": "cordova build android"
},
"keywords": [
"ecosystem:cordova"
Expand Down

0 comments on commit fb765a2

Please sign in to comment.