We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a46b8c commit 9bd819bCopy full SHA for 9bd819b
.github/workflows/test.yml
@@ -46,13 +46,13 @@ jobs:
46
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run apidocs
47
- name: Test building docs
48
run: export NODE_OPTIONS=--openssl-legacy-provider; npm run docs:build
49
- - name: Test building examples (CJS)
50
- run: |
51
- cd examples/echo-bot-ts-cjs
52
- npm run build-sdk
53
- npm install
54
- npm run build
55
- cd -
+# - name: Test building examples (CJS)
+# run: |
+# cd examples/echo-bot-ts-cjs
+# npm run build-sdk
+# npm install
+# npm run build
+# cd -
56
- name: Test building examples (ESM)
57
run: |
58
cd examples/echo-bot-ts-esm
0 commit comments