Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
fix: Added npm scripts to start and deploy with pino-pretty formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 13, 2023
1 parent 0ac774f commit 3c85841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 3c85841

Please # to comment.