Add npm script to facilitate debug

This commit is contained in:
Jia Hao 2016-01-19 20:51:01 +08:00
parent c8e2c17fb5
commit 8a7219eba8
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel 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": {
"nativefier": "lib/cli.js"