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": {