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",