We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca508ac commit 77e6665Copy full SHA for 77e6665
.circleci/config.yml
@@ -441,7 +441,7 @@ jobs:
441
- run:
442
name: Lerna Publish
443
command: |
444
- lerna publish minor --yes --no-push --no-git-tag-version
+ lerna publish minor --yes --no-push --no-git-tag-version --exact
445
446
name: Install osslsigncode
447
command: sudo apt-get install -y osslsigncode
packages/snyk-fix/src/index.ts
@@ -61,6 +61,7 @@ export async function fix(
61
text: 'Done',
62
symbol: meta.fixed === 0 ? chalk.red('✖') : chalk.green('✔'),
63
});
64
+
65
return {
66
results: resultsByPlugin,
67
exceptions: exceptionsByScanType,
0 commit comments