PAPI-4: Added npm script for building the application

This commit is contained in:
Patrick Müller 2021-02-16 23:00:47 +01:00
parent 57059b0b2f
commit 979c7f9168

View File

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