Skip to content

Commit

Permalink
build: fix publish of @nidomiro/relation-tuple-parser-ory-grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
nidomiro committed Nov 4, 2022
1 parent 6a2d3f1 commit 512494e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/typescript-ory-grpc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @nidomiro/relation-tuple-parser-ory

This library is the same as `@nidomiro/relation-tuple-parser` but uses grpc types of [ory keto](https://www.ory.sh/docs/keto/).

## Usage

```ts
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-ory-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@relation-tuple-parser/typescript-ory-grpc",
"name": "@nidomiro/relation-tuple-parser-ory-grpc",
"version": "0.0.1",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/typescript-ory-grpc/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish.mjs typescript-ory {args.ver} {args.tag}"
"command": "node tools/scripts/publish.mjs typescript-ory-grpc {args.ver} {args.tag}"
},
"dependsOn": ["build"]
},
Expand Down

0 comments on commit 512494e

Please sign in to comment.