From 7e1b70125a2a82b28319334ed6828a57cce72454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Fri, 3 Apr 2026 13:40:46 +0300 Subject: [PATCH] fix: --ignoreConfig --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 89b8d57..8541602 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: | diff --git a/package.json b/package.json index 6c97b68..b427fc0 100644 --- a/package.json +++ b/package.json @@ -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",