Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(npm): tweak npm lifecycle scripts (#1073)
## 🧰 Changes Noticed a tiny issue where the `documentation/commands.md` file is displaying an outdated version. I'm not entirely tracking why (esp b/c the `oclif.manifest.json` file seems to have the correct version in the npm release?) but I believe that using the `version` npm lifecycle script will ensure that the file is bumped with the `npm` version that's being bumped **_to_**, rather than the one **_prior_** to bumping. Further reading: - https://semantic-release.gitbook.io/semantic-release/support/faq#how-can-i-use-a-npm-build-script-that-requires-the-package.jsons-version - https://github.com/semantic-release/npm - https://github.com/semantic-release/git - https://docs.npmjs.com/cli/v10/commands/npm-version ## 🧬 QA & Testing we'll have to just release this and see 🤷🏽
- Loading branch information