@ -18,7 +18,7 @@ If you make changes in this package, please do following:
- Dependencies installation
```bash
npm install
npm ci
```
- 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:
cd ../cvat-core && npm install && cd - && npm install
cd ../cvat-core && npm ci && cd - && npm ci
- Running development UI server with autorebuild on change