NPM: Add build script to invoke the TypeScript compiler
This commit is contained in:
parent
a2007c93dd
commit
4865f08307
1 changed files with 1 additions and 0 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue