Skip to content

Commit

Permalink
fix: release cli on merge (lightdash#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
owlas authored May 19, 2022
1 parent 0c6771b commit f1589c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ module.exports = {
npmPublish: false,
pkgRoot: "packages/e2e",
},
cli: {
npmPublish: false,
pkgRoot: "packages/cli",
},
warehouses: {
npmPublish: true,
pkgRoot: "packages/warehouses",
},
cli: {
npmPublish: true,
pkgRoot: "packages/cli",
},
},
},
],
Expand Down

0 comments on commit f1589c9

Please sign in to comment.