From 2e19bee5fc0d6dc8a40770bf5d879f70583fbb95 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Wed, 9 Nov 2016 12:11:40 -0500 Subject: [PATCH] chore(scripts): add placeholder start:desktop package script --- app-template/package-template.json | 1 + 1 file changed, 1 insertion(+) diff --git a/app-template/package-template.json b/app-template/package-template.json index a1d87faf0..a52f16e90 100644 --- a/app-template/package-template.json +++ b/app-template/package-template.json @@ -87,6 +87,7 @@ "start": "npm run build:www && ionic serve --nolivereload --nogulp -s", "start:ios": "npm run build:www && npm run build:ios && npm run open:ios", "start:android": "npm run build:www && npm run build:android && npm run run:android", + "start:desktop": "npm start", "watch": "grunt watch", "build:www": "grunt", "build:www-release": "grunt prod",