fix: --ignoreConfig
Some checks failed
Publish / Publish Job (push) Failing after 2m34s

This commit is contained in:
Дмитрий
2026-04-03 13:40:46 +03:00
parent cbc0bf9154
commit 7e1b70125a
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ jobs:
- name: Compile generated TS to JS in-place
run: |
cd gen
npx tsc *.ts --declaration --module commonjs --target es2021 --esModuleInterop --skipLibCheck
npx tsc *.ts --declaration --module commonjs --target es2021 --esModuleInterop --skipLibCheck --ignoreConfig
- name: Commit and push changes
run: |

View File

@@ -1,6 +1,6 @@
{
"name": "@lendry-erp/contracts",
"version": "1.0.36",
"version": "1.0.37",
"description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs",
"main": "./dist/index.js",