Skip to content

Commit

Permalink
pr asked modifications done
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-zack authored and ronaldsg20 committed May 25, 2023
1 parent d0d2ceb commit c1ff2d5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ npm run eslint:fix

```

## Build & test project
```
npm ci
npm run unit-test
npm run eslint
npm run only-coverage
```

## Deployment

In the root directory run:
Expand All @@ -124,11 +132,6 @@ docker-compose up

- `npm run openapi-spec`: Generate OpenAPI spec into a file

## Tests

```sh
npm run test
```

[![LoopBack](<https://github.com/strongloop/loopback-next/raw/master/docs/site/imgs/branding/Powered-by-LoopBack-Badge-(blue)[email protected]>)](http://loopback.io/)

Expand Down

0 comments on commit c1ff2d5

Please sign in to comment.