From fb765a242bb1840f9f285decd436870390d7e478 Mon Sep 17 00:00:00 2001 From: ely-mayor Date: Fri, 26 Jul 2024 23:29:56 +0800 Subject: [PATCH] chore(scripts): add debug and build scripts for Cordova --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 98f6259..eef78c8 100644 --- a/package.json +++ b/package.json @@ -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"