Skip to content

Commit

Permalink
fix: prevent lerna for attempting to publish the root module
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Apr 24, 2024
1 parent dadb90e commit aab4382
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion mods/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"devDependencies": {
"@types/js-yaml": "^4.0.5"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"bugs": {
"url": "https://github.com/fonoster/routr/issues"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/ctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @routr/ctl
$ rctl COMMAND
running command...
$ rctl (--version)
@routr/ctl/2.11.1 linux-x64 node-v20.12.2
@routr/ctl/2.11.1 darwin-arm64 node-v20.11.1
$ rctl --help [COMMAND]
USAGE
$ rctl COMMAND
Expand Down
2 changes: 1 addition & 1 deletion mods/ctl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
"oclif"
],
"types": "dist/index.d.ts",
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/dispatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"bugs": {
"url": "https://github.com/fonoster/routr/issues"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"bugs": {
"url": "https://github.com/fonoster/routr/issues"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/edgeport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"js-yaml": "^4.1.0",
"toml": "^3.0.0"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/location/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
"bugs": {
"url": "https://github.com/fonoster/routr/issues"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/one/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
"bugs": {
"url": "https://github.com/fonoster/routr/issues"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/pgdata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"@types/validator": "^13.7.10",
"prisma": "^5.9.1"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"bugs": {
"url": "https://github.com/fonoster/routr/issues"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"@types/express": "^4.17.17",
"@types/uniqid": "^5.3.2"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/requester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"dependencies": {
"fp-ts": "^2.11.8"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/rtprelay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"bugs": {
"url": "https://github.com/fonoster/routr/issues"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"devDependencies": {
"@types/google-protobuf": "^3.15.6"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/simpleauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"bugs": {
"url": "https://github.com/fonoster/routr/issues"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion mods/simpledata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"@types/google-protobuf": "^3.15.6",
"@types/jsonpath": "^0.2.0"
},
"gitHead": "586cd791937a5852b9e04bd2c120a7fc3d73905b"
"gitHead": "dadb90e9994edf18e70b909a6f89c2003729c967"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"hostile:load": "sudo hostile load etc/hosts.txt",
"hostile:unload": "sudo hostile unload etc/hosts.txt",
"publish": "lerna publish --yes --no-git-reset --dist-tag next $(./.scripts/next-release.sh) --message \"chore(release): publish %s [skip ci]\"",
"publish:prerelease": "lerna publish prerelease --dist-tag next",
"publish:prerelease": "lerna publish prerelease --no-private --dist-tag next",
"publish:frompackages": "lerna publish from-package",
"typecheck": "tsc --noEmit",
"helm:package": "helm package ops/charts/connect -d .charts",
Expand Down

0 comments on commit aab4382

Please sign in to comment.