From a9d5a47fd2cc2acc42b19b5f79d46909fbe0eedf Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 4 May 2023 16:33:28 +0200 Subject: [PATCH] :sparkles: Fixing nodemon --- nodemon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemon.json b/nodemon.json index 5a4308f5..e1d21322 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,5 +1,5 @@ { "watch": ["./src/", "./.env", "./package.json", "./tsconfig.json"], - "exec": "npm run start", + "exec": "npm run build && npm run start", "ext": "ts" } \ No newline at end of file