Skip to content

Commit

Permalink
Use npm ci, instead of npm install in the README
Browse files Browse the repository at this point in the history
Signed-off-by: tpmccallum [email protected]

Signed-off-by: Timothy McCallum <[email protected]>
  • Loading branch information
Timothy McCallum authored May 13, 2024
1 parent 8264a6f commit c872c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Build and run the website locally:

```bash
cd spin-up-hub
npm install
npm ci
cd ../
npm install
npm ci
spin build
spin watch # Uses spin watch to run the website and reload when content changes.
```
Expand Down

0 comments on commit c872c76

Please sign in to comment.