Skip to content

Commit

Permalink
fix tsc error
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverguy25 committed May 31, 2024
1 parent 1256ae7 commit 421e690
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,372 deletions.
1 change: 0 additions & 1 deletion .github/workflows/stage-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
- name: Build Node.JS SDK
working-directory: sdk/typescript
run: |-
yarn global add typescript
npm i
npm run build
cp ../../README.md ../../LICENSE package.json package-lock.json bin/
Expand Down
9 changes: 4 additions & 5 deletions sdk/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions sdk/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@
"jasmine": "^5.1.0",
"prettier": "^3.1.1",
"tsx": "^4.7.0",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"dependencies": {
"axios": "^1.6.7",
"js-yaml": "^4.1.0",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"yaml": "^2.3.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit 421e690

Please sign in to comment.