mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
fix: reset submodule
This commit is contained in:
@@ -15,3 +15,4 @@ cd(`${path.join(repoDirectory, 'src-OctoBase')}`);
|
||||
await $`git checkout ${octoBaseBranchName}`;
|
||||
await $`git submodule update --recursive && git submodule update --remote`;
|
||||
await $`git pull origin ${octoBaseBranchName}`;
|
||||
await $`git reset --hard origin/${octoBaseBranchName}`;
|
||||
|
||||
Reference in New Issue
Block a user