Skip to content
Snippets Groups Projects
Commit 6f7a6dff authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Prettify

parent d42e9367
No related branches found
No related tags found
1 merge request!159Upgrade packages
......@@ -208,9 +208,8 @@ async function main() {
// `npm install @leximpact/socio-fiscal-openfisca-json@latest` has updated `package-lock.json`.
// => Generate a new version of leximpact-socio-fiscal-api.
const pkg = await fs.readJson(packagePath)
const nextVersionObject = await nextVersionObjectFromPackageAndTags(
pkg,
)
const nextVersionObject =
await nextVersionObjectFromPackageAndTags(pkg)
await commitAndPushWithUpdatedVersions(nextVersionObject)
await triggerDevDeployPipeline()
await triggerProdDeployPipeline()
......@@ -241,9 +240,8 @@ async function main() {
await $`npm install @leximpact/socio-fiscal-openfisca-json@latest`
const pkg = await fs.readJson(packagePath)
const nextVersionObject = await nextVersionObjectFromPackageAndTags(
pkg,
)
const nextVersionObject =
await nextVersionObjectFromPackageAndTags(pkg)
// Test project with the current dependencies (and latest @leximpact/socio-fiscal-openfisca-json).
await $`ln -s example.env .env`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment