From c317e7ab0880138141a95d0927ed5659e87518bd Mon Sep 17 00:00:00 2001 From: Trimutex Date: Tue, 17 Sep 2024 02:51:23 -0500 Subject: [PATCH] npm: add build script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e8ba880..51f85b2 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "My personal website", "main": "index.html", "scripts": { + "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {