Make debug script automatically open the packaged app on OSX

This commit is contained in:
Jia Hao 2016-01-21 13:43:12 +08:00
parent e8a7c634cd
commit e723d59f25
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"build": "babel src -d lib",
"watch": "babel --watch src -d lib",
"prepublish": "npm run build",
"package-placeholder": "npm run build && node lib/cli.js http://www.medium.com ~/Desktop --overwrite",
"package-placeholder": "npm run build && node lib/cli.js http://www.medium.com ~/Desktop --overwrite && open ~/Desktop/Medium-darwin-x64/Medium.app",
"start-placeholder": "electron app"
},
"bin": {