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

Commit

Permalink
fix: Update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Dec 9, 2023
1 parent d122a87 commit 9c4c995
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,10 @@
"test": "jest",
"test:watch": "jest --watch",
"coverage": "jest --coverage",
"start": "node ./dist/index.js",
"start-pretty": "node ./dist/index.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"start-pretty-no-ignore": "node ./dist/index.js | pino-pretty",
"start": "node .",
"start-pretty": "node . | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"deploy": "node ./dist/utils/deploySlashCommands.js",
"deploy-pretty": "node ./dist/utils/deploySlashCommands.js | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"bun-start": "bun ./src/index.ts",
"bun-start-pretty": "bun ./src/index.ts | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"bun-start-pretty-no-ignore": "bun ./src/index.ts | pino-pretty",
"bun-deploy": "bun ./src/utils/deploySlashCommands.ts",
"bun-deploy-pretty": "bun ./src/utils/deploySlashCommands.ts | pino-pretty --ignore environment,source,module,action,name,context,executionId,executionTime,shardId,guildId,interactionType",
"eslint": "eslint ./src",
"build": "tsc"
},
Expand Down

0 comments on commit 9c4c995

Please sign in to comment.