Update tsc command
Some checks failed
Generate and Release Protos / release (push) Failing after 20s
Some checks failed
Generate and Release Protos / release (push) Failing after 20s
This commit is contained in:
@@ -58,7 +58,7 @@ jobs:
|
|||||||
.devDependencies.typescript = "^5.0.0"' \
|
.devDependencies.typescript = "^5.0.0"' \
|
||||||
package.json > temp.json && mv temp.json package.json
|
package.json > temp.json && mv temp.json package.json
|
||||||
|
|
||||||
npx tsc *.ts --declaration --esm --outDir dist/ --target es2022 --moduleResolution node
|
npx tsc *.ts --declaration --module esnext --target es2022 --moduleResolution node --outDir dist/
|
||||||
npm publish
|
npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.PACKAGE_PUSH }}
|
NODE_AUTH_TOKEN: ${{ secrets.PACKAGE_PUSH }}
|
||||||
|
|||||||
Reference in New Issue
Block a user