We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ebf31 commit 18c4bc2Copy full SHA for 18c4bc2
1 file changed
.github/workflows/ci.yml
@@ -32,8 +32,8 @@ jobs:
32
- name: Node.js integrity check
33
run: yarn bob check
34
35
- - name: Test example ESM Build
36
- run: yarn workspace javascript-esm-example run build-client
+ # - name: Test example ESM Build
+ # run: yarn workspace javascript-esm-example run build-client
37
38
- - name: Test example CJS Build
39
- run: yarn workspace javascript-cjs-example run build-client
+ # - name: Test example CJS Build
+ # run: yarn workspace javascript-cjs-example run build-client
0 commit comments