This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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: |
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user