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

Prettify

parent d42e9367
Branches
Tags
1 merge request!159Upgrade packages
...@@ -208,9 +208,8 @@ async function main() { ...@@ -208,9 +208,8 @@ async function main() {
// `npm install @leximpact/socio-fiscal-openfisca-json@latest` has updated `package-lock.json`. // `npm install @leximpact/socio-fiscal-openfisca-json@latest` has updated `package-lock.json`.
// => Generate a new version of leximpact-socio-fiscal-api. // => Generate a new version of leximpact-socio-fiscal-api.
const pkg = await fs.readJson(packagePath) const pkg = await fs.readJson(packagePath)
const nextVersionObject = await nextVersionObjectFromPackageAndTags( const nextVersionObject =
pkg, await nextVersionObjectFromPackageAndTags(pkg)
)
await commitAndPushWithUpdatedVersions(nextVersionObject) await commitAndPushWithUpdatedVersions(nextVersionObject)
await triggerDevDeployPipeline() await triggerDevDeployPipeline()
await triggerProdDeployPipeline() await triggerProdDeployPipeline()
...@@ -241,9 +240,8 @@ async function main() { ...@@ -241,9 +240,8 @@ async function main() {
await $`npm install @leximpact/socio-fiscal-openfisca-json@latest` await $`npm install @leximpact/socio-fiscal-openfisca-json@latest`
const pkg = await fs.readJson(packagePath) const pkg = await fs.readJson(packagePath)
const nextVersionObject = await nextVersionObjectFromPackageAndTags( const nextVersionObject =
pkg, await nextVersionObjectFromPackageAndTags(pkg)
)
// Test project with the current dependencies (and latest @leximpact/socio-fiscal-openfisca-json). // Test project with the current dependencies (and latest @leximpact/socio-fiscal-openfisca-json).
await $`ln -s example.env .env` 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