Skip to content

Commit

Permalink
chore: rename script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaku-BB committed Sep 21, 2023
1 parent 2d6b7ab commit 62e8585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node dist/index.js",
"start:migrate": "pnpm dlx prisma migrate deploy && pnpm run start",
"watch": "concurrently \"tsc --watch\" \"node --env-file .env --watch dist/index.js | pnpm run prettify-logs\"",
"dev": "concurrently \"tsc --watch\" \"node --env-file .env --watch dist/index.js | pnpm run prettify-logs\"",
"build": "tsc",
"prettify-logs": "pino-pretty --translateTime \"SYS:dd-mm-yyyy|HH:MM:ss\" --customLevels debug:10,information:20,error:30 --customColors debug:gray,information:blue,error:red",
"register-application-commands": "node --require dotenv/config dist/register-application-commands.js",
Expand Down

0 comments on commit 62e8585

Please sign in to comment.