Skip to content

Commit

Permalink
fix: remove any oclif manifests. They interfere with doc generation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandagg committed Nov 6, 2023
1 parent 2698967 commit 67543ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/create-release-pr
Expand Up @@ -39,6 +39,9 @@ echo "Installing dependencies with yarn..."
yarn
echo "Done installing dependencies with yarn"

# remove any oclif manifests. They interfere with doc generation
rm -rf ./packages/*/oclif.manifest.json

echo "Creating new CLI package(s) versions with yarn lerna version..."
yarn lerna version \
--allow-branch ${BRANCH_NAME} \
Expand Down

0 comments on commit 67543ab

Please sign in to comment.