chore(scripts): add placeholder start:desktop package script
This commit is contained in:
parent
9fa46fd56f
commit
2e19bee5fc
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@
|
||||||
"start": "npm run build:www && ionic serve --nolivereload --nogulp -s",
|
"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: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:android": "npm run build:www && npm run build:android && npm run run:android",
|
||||||
|
"start:desktop": "npm start",
|
||||||
"watch": "grunt watch",
|
"watch": "grunt watch",
|
||||||
"build:www": "grunt",
|
"build:www": "grunt",
|
||||||
"build:www-release": "grunt prod",
|
"build:www-release": "grunt prod",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue