Skip to content

Commit bffcd73

Browse files
Update build-dev.ps1
1 parent 74095c8 commit bffcd73

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

build-dev.ps1

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Ensure all submodules are checked out with the latest main. (Useful for docs development.)
2-
git submodule update --init --recursive
3-
4-
# Enable the following lines should there be any issues.
5-
# git submodule foreach git rm --cached -r .
6-
# git submodule foreach git reset --hard origin/main
2+
git submodule foreach git rm --cached -r .
3+
git submodule foreach git reset --hard origin/main
74

85
git submodule foreach git pull -f origin main --recurse-submodules
96

0 commit comments

Comments
 (0)