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: |
|
||||
|
||||
Reference in New Issue
Block a user