Skip to content

Commit

Permalink
Merge pull request #1285 from fermyon/tpmccallum-patch-5
Browse files Browse the repository at this point in the history
Use `npm ci`, instead of `npm install` in the README
  • Loading branch information
Timothy McCallum authored May 17, 2024
2 parents d1686cb + c872c76 commit d32ae16
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 d32ae16

Please sign in to comment.