简体中文
了解如何从ShipThing仓库更新代码库到最新版本和功能。
npx shipthing@latest update
┌ Let's update your ShipThing project! │ │ ◆ Select a version to update to: │ ● v2.0.15 │ ○ v2.0.14 │ ○ v2.0.13 │ ○ v2.0.12 │ ○ v2.0.11 └
git remote add origin https://github.com/focusapps/ShipThing/
如果您以前已经在设置中执行此操作,则可以跳过此步骤。
- Pull changes git pull upstream main - Merge changes git merge upstream/main
pnpm-lock.yaml
pnpm i