From 4865f08307e9cd7839ab409500fc80f145b65e8d Mon Sep 17 00:00:00 2001 From: networkException Date: Wed, 25 Dec 2024 14:18:23 +0100 Subject: [PATCH] NPM: Add build script to invoke the TypeScript compiler --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e2d111e..8cf8eeb 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "Landing page for nwex.de", "scripts": { + "build": "tsc -p tsconfig.json", "start": "concurrently --kill-others 'tsc -p tsconfig.json --watch' 'reload -b -d public'" }, "repository": {