From 04c5e490d58a8235be3f257c7e0362e6e81cdcfd Mon Sep 17 00:00:00 2001 From: Paul Munteanu Date: Sat, 29 May 2021 22:26:45 +0300 Subject: [PATCH] Build on start for the CONTRIBUTORS --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3160391..0f651646 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "test": "jest", "test:watch": "jest --watch", - "start": "node dist/start", + "start": "npm run build && node dist/start", "build": "tsc -b .", "dev": "tsnd --respawn src/start.ts" },