Skip to content

Commit

Permalink
Removed from conformance package json
Browse files Browse the repository at this point in the history
  • Loading branch information
smaye81 committed Aug 26, 2024
1 parent 5e4a4e9 commit b044f8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/connect-conformance/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ plugins:
- local: protoc-gen-connect-es
out: src/gen
opt: ts_nocheck=false,target=ts
inputs:
- module: buf.build/connectrpc/conformance:v1.0.2

2 changes: 1 addition & 1 deletion packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"connectconformance": "bin/connectconformance.cjs"
},
"scripts": {
"generate": "buf generate",
"generate": "buf generate buf.build/connectrpc/conformance:v1.0.2",
"clean": "rm -rf ./dist/*",
"build": "npm run build:cjs && npm run build:esm",
"postbuild": "connectconformance --version",
Expand Down

0 comments on commit b044f8a

Please sign in to comment.