document new commands

This commit is contained in:
Ulf Gebhardt 2024-01-09 07:10:24 +01:00
parent 0dfb3018a8
commit 2321a78c32
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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 |