Skip to content

Commit c53601b

Browse files
authored
Merge pull request #402 from dimitrieh/docs/npm-ci-development
Update development docs to use npm ci
2 parents 53a47b9 + d26bf3b commit c53601b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Once you are on you your chosen branch, you should install all of the dependenci
5050
with the command:
5151

5252
```
53-
npm install
53+
npm ci
5454
```
5555

5656
### Building Node-RED

0 commit comments

Comments
 (0)