File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,20 @@ jobs:
2424 - name : ' Running the integration test'
2525 run : |
2626 source scripts/e2e-setup-ci.sh
27+
28+ # TODO: Remove once https://github.com/yarnpkg/berry/blob/bd146ccddf95aae9c99c0c48d86b1d8997f1dccf/scripts/e2e-setup-ci.sh#L31-L38 is fixed
29+ YARN_PNP_ENABLE_ESM_LOADER=true
30+
2731 yarn dlx create-docusaurus@latest my-website classic && cd my-website
2832 yarn build
2933
3034 - name : ' Running the TypeScript integration test'
3135 run : |
3236 source scripts/e2e-setup-ci.sh
37+
38+ # TODO: Remove once https://github.com/yarnpkg/berry/blob/bd146ccddf95aae9c99c0c48d86b1d8997f1dccf/scripts/e2e-setup-ci.sh#L31-L38 is fixed
39+ YARN_PNP_ENABLE_ESM_LOADER=true
40+
3341 yarn dlx create-docusaurus@latest my-website-ts classic --typescript && cd my-website-ts
3442 yarn build
3543 if : |
You can’t perform that action at this time.
0 commit comments