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",