summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-05-29 22:26:45 +0300
committerPaul Munteanu <luth@luthcode.net>2021-05-29 22:26:45 +0300
commit04c5e490d58a8235be3f257c7e0362e6e81cdcfd (patch)
tree542d5fcf66c7ee1d5c5cf6cf5a65d13d0b042238
parentCompile TS during Docker image build (diff)
downloadserver-04c5e490d58a8235be3f257c7e0362e6e81cdcfd.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 a3160391..0f651646 100644 --- a/package.json +++ b/package.json
@@ -7,7 +7,7 @@ "scripts": { "test": "jest", "test:watch": "jest --watch", - "start": "node dist/start", + "start": "npm run build && node dist/start", "build": "tsc -b .", "dev": "tsnd --respawn src/start.ts" },