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