mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Clarify the Update Packages section of README
This commit is contained in:
parent
d6210cd791
commit
33d5ea8a0f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ We’re currently building Scratch using [React](https://facebook.github.io/reac
|
||||||
We use npm (Node Package Manager) to maintain and update packages required to build the site.
|
We use npm (Node Package Manager) to maintain and update packages required to build the site.
|
||||||
|
|
||||||
### Update Packages
|
### Update Packages
|
||||||
When making changes it's important to make sure that all of the node packages are up to date. Some changes in the code are needed because of package updates, so make sure you do this. You can update the packages by running this command:
|
It's important to make sure that all of the dependencies are up to date because the scratch-www code only works with specific versions of the dependencies. You can update the packages by running this command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
|
|
Loading…
Reference in a new issue