From 62e858568d8bf040482c522fab807f44b59d2ec4 Mon Sep 17 00:00:00 2001 From: Jaku-BB Date: Thu, 21 Sep 2023 21:59:11 +0200 Subject: [PATCH] chore: rename script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44b978d..3dab092 100644 --- a/package.json +++ b/package.json @@ -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",