Skip to content

Commit

Permalink
fix: publish common packages (lightdash#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
owlas authored May 19, 2022
1 parent 3741253 commit d2aba77
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.108.0",
"main": "dist/index",
"license": "MIT",
"private": true,
"devDependencies": {
"@redocly/openapi-cli": "^1.0.0-beta.54",
"@types/jest": "^27.4.0",
Expand Down
1 change: 0 additions & 1 deletion packages/warehouses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "@lightdash/warehouses",
"version": "0.108.0",
"license": "MIT",
"private": true,
"main": "dist/index",
"dependencies": {
"@google-cloud/bigquery": "^5.9.1",
Expand Down
4 changes: 2 additions & 2 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = {
pkgRoot: ".",
},
common: {
npmPublish: false,
npmPublish: true,
pkgRoot: "packages/common",
},
backend: {
Expand All @@ -45,7 +45,7 @@ module.exports = {
pkgRoot: "packages/cli",
},
warehouses: {
npmPublish: false,
npmPublish: true,
pkgRoot: "packages/warehouses",
},
},
Expand Down

0 comments on commit d2aba77

Please sign in to comment.