mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-11 07:41:04 +00:00
Make debug script automatically open the packaged app on OSX
This commit is contained in:
parent
e8a7c634cd
commit
e723d59f25
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user