diff --git a/package.json b/package.json index f5bbb228..2385f3ce 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,9 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./index.js", + "start-pretty": "node ./index.js | pino-pretty", "deploy": "node ./deploy-commands.js && node ./deploy-system-commands.js", + "deploy-pretty": "node ./deploy-commands.js | pino-pretty && node ./deploy-system-commands.js | pino-pretty", "eslint": "eslint ./" }, "dependencies": {