Skip to content

Commit 2db5f5e

Browse files
committed
Add local update notes
1 parent 88c5865 commit 2db5f5e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

resources/docs/dev/get-started/update.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,24 @@ WIP...
66

77
- [🔄 Update](#-update)
88
- [🔸 Local](#-local)
9+
- [🔸 Production](#-production)
910

1011
## 🔸 Local
12+
13+
To updated dependencies automatically there is a script in `.scripts/local` directory.
14+
15+
```bash
16+
# linux/unix
17+
sh .scripts/local/bump.sh
18+
19+
# windows
20+
.scripts\local\bump.bat
21+
```
22+
23+
Before accepting the changes, you should review the changes and make sure that the stability of the project is not affected.
24+
25+
> {info} This script will update dependencies with [npm-check-updates](https://github.com/raineorshine/npm-check-updates) and `composer update` tools. Just updates the dependencies to the latest minor and patch version. You can modify the script for your needs.
26+
27+
## 🔸 Production
28+
29+
In production or cloud environment, you should update dependencies with your CI/CD pipeline.

0 commit comments

Comments
 (0)