Skip to content

Commit

Permalink
chore: lerna release with exact version
Browse files Browse the repository at this point in the history
This will ensure that cross-package dependencies will be all using the same version
  • Loading branch information
Avishag Israeli authored and lili2311 committed Mar 29, 2021
1 parent ca508ac commit 77e6665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -441,7 +441,7 @@ jobs:
- run:
name: Lerna Publish
command: |
lerna publish minor --yes --no-push --no-git-tag-version
lerna publish minor --yes --no-push --no-git-tag-version --exact
- run:
name: Install osslsigncode
command: sudo apt-get install -y osslsigncode
Expand Down
1 change: 1 addition & 0 deletions packages/snyk-fix/src/index.ts
Expand Up @@ -61,6 +61,7 @@ export async function fix(
text: 'Done',
symbol: meta.fixed === 0 ? chalk.red('✖') : chalk.green('✔'),
});

return {
results: resultsByPlugin,
exceptions: exceptionsByScanType,
Expand Down

0 comments on commit 77e6665

Please sign in to comment.