From 6a729cc7adc8bc9a82bb794a096dea754406f35b Mon Sep 17 00:00:00 2001 From: Thibaud Date: Wed, 25 Sep 2024 21:22:16 +0200 Subject: [PATCH] add start command in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 96373ed..48502c0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,8 @@ "main": "index.js", "type": "module", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "build": "tsc", + "start": "node server.js" }, "author": "", "license": "ISC",