fix: add dist to files

This commit is contained in:
Дмитрий
2026-03-25 16:22:15 +03:00
parent 287cd340de
commit 7cbe61f226

View File

@@ -1,6 +1,6 @@
{
"name": "@lendry-erp/contracts",
"version": "1.0.7",
"version": "1.0.8",
"description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs",
"main": "./dist/index.js",
@@ -10,6 +10,7 @@
"generate": "protoc -I ./proto ./proto/*.proto --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit"
},
"files": [
"dist",
"proto",
"gen"
],