Skip to content

Commit 05b1fca

Browse files
[protobuf] Enable publishing @typespec/protobuf (#1893)
I had this flag set to false during development. This PR sets it to true so the package can go to NPM. It's already in the playground.
1 parent 483b3cd commit 05b1fca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"packageName": "@typespec/protobuf",
192192
"projectFolder": "packages/protobuf",
193193
"reviewCategory": "production",
194-
"shouldPublish": false
194+
"shouldPublish": true
195195
},
196196
{
197197
"packageName": "@typespec/ref-doc",

0 commit comments

Comments
 (0)