From 979c7f9168cc367d916f91573428ca76e33f6635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= Date: Tue, 16 Feb 2021 23:00:47 +0100 Subject: [PATCH] PAPI-4: Added npm script for building the application --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cf85f7e..893e93d 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "index.js", "scripts": { "start": "tsc && node ./dist/app.js", + "build": "tsc", "debug": "export DEBUG=* && npm run start", "test": "echo \"Error: no test specified\" && exit 1" },