Add instructions for updating npm packages
This commit is contained in:
Родитель
3f94958b49
Коммит
200bc7b4bb
|
@ -17,6 +17,14 @@ npm run build
|
|||
|
||||
Output will be exported to a `dist` folder. You can alternately run `npm run dev` that will also generate a preview file.
|
||||
|
||||
### Update Packages
|
||||
|
||||
You can run `npm outdated` to see if there are any package updates. To update packages, run:
|
||||
|
||||
```
|
||||
npm update
|
||||
```
|
||||
|
||||
# Contributing
|
||||
|
||||
This project welcomes contributions and suggestions. Most contributions require you to agree to a
|
||||
|
|
Загрузка…
Ссылка в новой задаче