Merge pull request #4995 from bitjson/master

chore(scripts): add placeholder start:desktop package script
This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-10 14:52:31 -03:00 committed by GitHub
commit 74c5b38ea0
1 changed files with 1 additions and 0 deletions

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