mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 10:38:55 +00:00
Add npm script to facilitate debug
This commit is contained in:
parent
c8e2c17fb5
commit
8a7219eba8
@ -14,7 +14,8 @@
|
|||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "babel src -d lib",
|
"build": "babel src -d lib",
|
||||||
"watch": "babel --watch src -d lib",
|
"watch": "babel --watch src -d lib",
|
||||||
"prepublish": "npm run build"
|
"prepublish": "npm run build",
|
||||||
|
"debug": "node lib/cli.js http://www.medium.com ~/Desktop --overwrite"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"nativefier": "lib/cli.js"
|
"nativefier": "lib/cli.js"
|
||||||
|
Loading…
Reference in New Issue
Block a user