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.
1 parent 9e7dfac commit 046a410Copy full SHA for 046a410
scripts/split_repo_migration/split-repo-post-process.api-files.sh
@@ -198,6 +198,9 @@ echo "Migrating: ${OWP_MONO_PATH}"
198
${RM} -f "${PATH_PACKAGE}/docs/changelog.md"
199
${RM} -rf "${PATH_PACKAGE}/.github"
200
${RM} -rf "${PATH_PACKAGE}/.kokoro"
201
+${RM} -rf "${PATH_PACKAGE}/.trampolinerc"
202
+${RM} -rf "${PATH_PACKAGE}/${MONOREPO_PACKAGE_NAME}.txt"
203
+
204
## END delete doc/changelog.md .github/ .kokoro/
205
206
## START commit changes #############################################
0 commit comments