Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Attempt to fix the publishing (#1426)
## What's the purpose of this pull request? See [the last merge commit](2ee105c) in https://github.com/vtex/faststore/commits/main. Its **CD / FastStore (push)** check failed with an error [`lerna ERR! EPRESET Unable to load conventional-changelog preset 'conventionalcommits' (conventional-changelog-conventionalcommits)`](https://github.com/vtex/faststore/runs/7619824436?check_suite_focus=true#step:10:41). We had recently changed the changelog preset from `angular` to `conventionalcommits` in #1425, but didn't get to test if it worked till now. _I think_ it may be because we didn't install this [`conventional-changelog-conventionalcommits`](https://github.com/conventional-changelog/conventional-changelog/tree/bfe3bf1c49d4a125474b398b2d304749fd3b56c7/packages/conventional-changelog-conventionalcommits), but I'm not sure. Note that when I tried to `yarn add --dev conventional-changelog-conventionalcommits` it first errored with: ``` ▶ yarn add --dev conventional-changelog-conventionalcommits yarn add v1.22.19 error Running this command will add the dependency to the workspace root rather than the workspace itself, which might not be what you want - if y ou really meant it, make it explicit by running this command again with the -W flag (or --ignore-workspace-root-check). info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command. ``` So I used `yarn add --dev conventional-changelog-conventionalcommits -W`, but I'm not sure this is the correct way. ## How to test it? Not sure if this is going to work until this is merged and the action runs. ## References - #1425 - https://github.com/vtex/faststore/runs/7619824436?check_suite_focus=true#step:10:41 - https://github.com/conventional-changelog/conventional-changelog/tree/bfe3bf1c49d4a125474b398b2d304749fd3b56c7/packages/conventional-changelog-conventionalcommits - https://github.com/lerna/lerna/blob/5cfcd3a3209be547c3f259220453e5fd620fa10b/commands/version/README.md?rgh-link-date=2022-07-29T18%3A43%3A02Z#--changelog-preset
- Loading branch information
3b8e124
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
faststore – ./
faststore-git-main-faststore.vercel.app
faststore.dev
www.faststore.dev
faststore-faststore.vercel.app
faststore-docs.vercel.app