Skip to content

Commit 1955c66

Browse files
authored
use clean install instead of install
1 parent 5745f4b commit 1955c66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Includes:
2020
### Install all packages from `package.json` locally
2121

2222
```shell
23-
npm install
23+
npm ci
2424
```
2525

2626
_If you’re having errors with `node-gyp`, try [installing it globally](https://github.com/nodejs/node-gyp#installation)._

0 commit comments

Comments
 (0)