chore(scripts): add placeholder start:desktop package script

This commit is contained in:
Jason Dreyzehner 2016-11-09 12:11:40 -05:00
commit 2e19bee5fc

View file

@ -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",