Skip to content

Commit

Permalink
chore: run affected lint in the release to update the package.json ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
lucasvieirasilva committed Mar 27, 2024
1 parent 3fdd0cb commit 07d1e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@aws-sdk/client-cloudwatch-logs": "^3.525.0",
"cross-spawn": "^7.0.3",
"prompts": "^2.4.2",
"@nxlv/util": "3.0.0"
"@nxlv/util": "4.0.0"
}
}
1 change: 1 addition & 0 deletions release.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const defineConfig = (name, srcRoot) => ({
prepareCmd: [
`node ./tools/scripts/update-version.js \${nextRelease.version} ./${srcRoot}/package.json`,
'npx nx format:write --uncommitted',
'npx nx affected:lint --fix',
].join(' && '),
},
],
Expand Down

0 comments on commit 07d1e54

Please sign in to comment.