Skip to content

Commit 77e6665

Browse files
Avishag Israelilili2311
Avishag Israeli
authored andcommittedMar 29, 2021
chore: lerna release with exact version
This will ensure that cross-package dependencies will be all using the same version
1 parent ca508ac commit 77e6665

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ jobs:
441441
- run:
442442
name: Lerna Publish
443443
command: |
444-
lerna publish minor --yes --no-push --no-git-tag-version
444+
lerna publish minor --yes --no-push --no-git-tag-version --exact
445445
- run:
446446
name: Install osslsigncode
447447
command: sudo apt-get install -y osslsigncode

‎packages/snyk-fix/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export async function fix(
6161
text: 'Done',
6262
symbol: meta.fixed === 0 ? chalk.red('✖') : chalk.green('✔'),
6363
});
64+
6465
return {
6566
results: resultsByPlugin,
6667
exceptions: exceptionsByScanType,

0 commit comments

Comments
 (0)
Please sign in to comment.