Skip to content

Commit be183de

Browse files
committed
👀 JestJS testing for monorepos
1 parent 24be37e commit be183de

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

apps/api/README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,8 @@
2828

2929
[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.
3030

31-
## Installation
32-
33-
```bash
34-
$ npm install
35-
```
36-
37-
## Running the app
31+
32+
## Run
3833

3934
```bash
4035
# development
@@ -52,6 +47,12 @@ npm run api:prestart:prod
5247
npm run api:start:prod
5348
```
5449

50+
## Build
51+
```bash
52+
# production mode build (work-in-progress)
53+
npm run api:prestart:prod
54+
```
55+
5556
## Test
5657
> coverage will be generate in dist/api/coverage
5758
```bash

0 commit comments

Comments
 (0)