summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-05-29 22:26:44 +0300
committerPaul Munteanu <luth@luthcode.net>2021-05-29 22:26:44 +0300
commitcec472089c4b9e60610cf66f28212795aa53f9d8 (patch)
tree63bd6bfe1054c6fcde1e983944ba3b7c28218b4d
parentCompile TS during Docker image build (diff)
downloadserver-cec472089c4b9e60610cf66f28212795aa53f9d8.tar.xz
Build on start for the CONTRIBUTORS
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json

index c50fcbc5..c5f3df24 100644 --- a/package.json +++ b/package.json
@@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "node dist/", + "start": "npm run build && node dist/", "build": "npx tsc -b .", "dev": "tsnd --respawn src/index.ts" },