NPM: Add build script to invoke the TypeScript compiler

This commit is contained in:
networkException 2024-12-25 14:18:23 +01:00
parent a2007c93dd
commit 4865f08307
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -3,6 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Landing page for nwex.de", "description": "Landing page for nwex.de",
"scripts": { "scripts": {
"build": "tsc -p tsconfig.json",
"start": "concurrently --kill-others 'tsc -p tsconfig.json --watch' 'reload -b -d public'" "start": "concurrently --kill-others 'tsc -p tsconfig.json --watch' 'reload -b -d public'"
}, },
"repository": { "repository": {