We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25012e4 + 2ac0169 commit 098fce8Copy full SHA for 098fce8
script/preview-openapi-changes
@@ -72,13 +72,17 @@ elif [[ $OPTION == "unstitch" ]]; then
72
echo "🔥 🔥 Unstitching the repos..."
73
set -o xtrace
74
75
+ # clear the dump directory
76
+ rm -rf /tmp/dump/*
77
+
78
+ # Undo any docs-internal changes and reinstall rest-api-operations
79
cd docs-internal
80
git reset --hard HEAD
81
npm install
82
83
+ # Undo any rest-api-operations changes
84
cd ../rest-api-operations
85
- npm install
86
87
set +o xtrace
88
echo "🏁 🏁 Finished unstitching the repos!"
0 commit comments