mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
Add script for easy rebuilding of an OAuth app
This commit is contained in:
parent
76975c18c9
commit
871c2c66aa
@ -16,7 +16,8 @@
|
||||
"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 && open ~/Desktop/Medium-darwin-x64/Medium.app",
|
||||
"start-placeholder": "electron app"
|
||||
"start-placeholder": "electron app",
|
||||
"debug-auth": "npm run build && node lib/cli.js http://feedly.com/i/welcome ~/Desktop --overwrite --app-name feedly && open ~/Desktop/feedly-darwin-x64/feedly.app"
|
||||
},
|
||||
"bin": {
|
||||
"nativefier": "lib/cli.js"
|
||||
|
Loading…
Reference in New Issue
Block a user