mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-18 09:30:31 +00:00
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:
parent
2a75594ee8
commit
8ff69055b9
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
- Install all TypeScript dependencies
|
||||
```bash
|
||||
cd editors/code
|
||||
npm install
|
||||
npm ci
|
||||
```
|
||||
|
||||
## Common knowledge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue