Do not overwrite lock file
Use `npm ci` instead of `npm install`. `npm install` will overwrite the lock file if you have a newer npm version than the one that generated the package-lock.json
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
- Install all TypeScript dependencies
|
||||
```bash
|
||||
cd editors/code
|
||||
npm install
|
||||
npm ci
|
||||
```
|
||||
|
||||
## Common knowledge
|
||||
|
||||
Reference in New Issue
Block a user