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

Commit

Permalink
chore: update package.json with new ignore flags for pino-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Aug 25, 2023
1 parent a9a9183 commit 3971f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/index.js",
"start-pretty": "node ./src/index.js | pino-pretty --ignore environment,source,module,name,context,err,error",
"start-pretty": "node ./src/index.js | pino-pretty --ignore environment,source,module,action,name,context,err,error",
"start-pretty-no-ignore": "node ./src/index.js | pino-pretty",
"deploy": "node ./src/utils/deploySlashCommands.js",
"deploy-pretty": "node ./src/utils/deploySlashCommands.js | pino-pretty --ignore environment,source,module,name,context,err,error",
"deploy-pretty": "node ./src/utils/deploySlashCommands.js | pino-pretty --ignore environment,source,module,action,name,context,err,error",
"eslint": "eslint ./"
},
"dependencies": {
Expand Down

0 comments on commit 3971f51

Please sign in to comment.