Skip to content

Commit 098fce8

Browse files
authored
repo sync
2 parents 25012e4 + 2ac0169 commit 098fce8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

script/preview-openapi-changes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,17 @@ elif [[ $OPTION == "unstitch" ]]; then
7272
echo "🔥 🔥 Unstitching the repos..."
7373
set -o xtrace
7474

75+
# clear the dump directory
76+
rm -rf /tmp/dump/*
77+
78+
# Undo any docs-internal changes and reinstall rest-api-operations
7579
cd docs-internal
7680
git reset --hard HEAD
7781
npm install
7882

83+
# Undo any rest-api-operations changes
7984
cd ../rest-api-operations
8085
git reset --hard HEAD
81-
npm install
8286

8387
set +o xtrace
8488
echo "🏁 🏁 Finished unstitching the repos!"

0 commit comments

Comments
 (0)