Skip to content

Commit

Permalink
04 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-33 committed Apr 2, 2024
1 parent 9bd819b commit 3ddcc78
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run apidocs
- name: Test building docs
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build
# - name: Test building examples (CJS)
# run: |
# cd examples/echo-bot-ts-cjs
# npm run build-sdk
# npm install
# npm run build
# cd -
- name: Test building examples (CJS)
run: |
cd examples/echo-bot-ts-cjs
npm run build-sdk
npm install
npm run build
cd -
- name: Test building examples (ESM)
run: |
cd examples/echo-bot-ts-esm
Expand Down
8 changes: 4 additions & 4 deletions examples/echo-bot-ts-cjs/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/echo-bot-ts-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@types/express": "^4.17.17",
"@types/node": "^20.6.3",
"rimraf": "^5.0.1",
"typescript": "^5.2.2"
"typescript": "^5.4.3"
}
}

0 comments on commit 3ddcc78

Please sign in to comment.