From 41b888c9e01b0f8987122c3af99c906d7a955b3c Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Thu, 14 Mar 2019 18:26:05 +0000 Subject: [PATCH] Adding additional build script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7396e34..2035438 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "scripts": { "start": "node lib/index.js", "build": "tsc && cd views && npm run build && cd ..", + "build-server":"tsc", "watch-ts": "tsc -w", "watch-views": "cd views && npm run watch", "watch-node": "nodemon --ignore ./views lib/index.js",