From 8a7219eba8b56ae1c8fba9aec7b71541a741926a Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Tue, 19 Jan 2016 20:51:01 +0800 Subject: [PATCH] Add npm script to facilitate debug --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 007bbd8..e61bd60 100644 --- a/package.json +++ b/package.json @@ -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"