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 d855daa commit 1b8e39dCopy full SHA for 1b8e39d
.github/workflows/build.yml
@@ -30,11 +30,14 @@ jobs:
30
id: test
31
if: ${{ always() }}
32
run: npm run test
33
- - name: CJS import
+ - name: Import with CJS
34
+ if: ${{ always() }}
35
run: node smoke-tests/smoke-test-cjs.js
- - name: ESM import
36
+ - name: Import with ESM
37
38
run: node smoke-tests/smoke-test-esm.mjs
- - name: CJS and ESM import from CJS
39
+ - name: Import with both CJS and ESM
40
41
run: node smoke-tests/smoke-test.js
42
- name: lint
43
0 commit comments