From 7be4db65cc61217393be7f9f5357c575ac06f551 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 22 Oct 2020 20:35:30 -0600 Subject: [PATCH] Add scripts for the differing log levels. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 70453fa..95adb34 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,9 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "dev": "node dist/main.js --level=silly", + "prod": "node dist/main.js --level=info" }, "repository": { "type": "git",