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

Commit

Permalink
fix: add bun scripts to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Sep 7, 2023
1 parent d953fc9 commit 00aaece
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"start-pretty-no-ignore": "node ./dist/index.js | pino-pretty",
"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 00aaece

Please sign in to comment.