From 2321a78c3292b63edfddff614d016068701d9c40 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 9 Jan 2024 07:10:24 +0100 Subject: [PATCH] document new commands --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0517b96..e4cf24c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ The following commands are available: | **Develop** | | | `npm run dev` | Compiles and hot-reloads for development | | `npm run server:dev` | Run development server | +| `npm run server:prod:ts` | Run production server without build (ts-node) | +| `npm run server:build` | Build Server into an executable cjs file | | **Test** | | | `npm run test:lint` | Run all linters | | `npm run test:lint:eslint` | Run linter eslint |