docs: fix update code to new version
This commit is contained in:
parent
2cb80584cf
commit
1fe50092ba
@ -67,7 +67,13 @@ cd tianji
|
||||
git fetch --tags
|
||||
git checkout -q <version>
|
||||
|
||||
# run db migrations
|
||||
# Update dependencies
|
||||
pnpm install
|
||||
|
||||
# Build project
|
||||
pnpm build
|
||||
|
||||
# Run db migrations
|
||||
cd src/server
|
||||
pnpm db:migrate:apply
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user