feat: make CLI node compatible (#4347)
This commit is contained in:
5
.github/workflows/npm_on_release.yml
vendored
5
.github/workflows/npm_on_release.yml
vendored
@@ -13,6 +13,9 @@ jobs:
|
||||
with:
|
||||
node-version: "16.x"
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
- run: cd typescript-client && ./publish.sh
|
||||
- run: cd typescript-client && ./publish.sh && cd ..
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
- run: cd cli && ./build.sh.sh && cd npm && npm publish
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
Reference in New Issue
Block a user