Fixed README

main
Dmitry Kalinin 5 years ago
parent 0baeee7e03
commit b4b1971c3e

@ -18,7 +18,7 @@ If you make changes in this package, please do following:
- Dependencies installation - Dependencies installation
```bash ```bash
npm install npm ci
``` ```
- Building the module from sources in the `dist` directory: - Building the module from sources in the `dist` directory:

@ -20,7 +20,7 @@ you also need to do `npm install` to update `package-lock.json`
- Installing dependencies: - Installing dependencies:
```bash ```bash
cd ../cvat-core && npm install && cd - && npm install cd ../cvat-core && npm ci && cd - && npm ci
``` ```
- Running development UI server with autorebuild on change - Running development UI server with autorebuild on change

Loading…
Cancel
Save