From 5f6b16d08002bf61ee5d9159bb0c8d483448902d Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 25 Feb 2024 17:59:45 +1300 Subject: [PATCH] add build and start scripts --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index e3f3463..5475e7e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,8 @@ "description": "", "main": "index.js", "scripts": { + "build": "tsc", + "start": "npm run build && cd src && node .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [],