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 - name: Compile generated TS to JS in-place
run: | run: |
cd gen 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 - name: Commit and push changes
run: | run: |

View File

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