diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index b0789c82ba61..133f14eef75a 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -114,6 +114,7 @@ jobs: # These dependencies are referenced in the init project, not by our packages yarn add @docusaurus/theme-classic @docusaurus/types @types/node yarn config set packageExtensions --json '{ "unified@^9.2.2": { "dependencies": { "@types/unist": "^2.0.6" } } }' + yarn config set packageExtensions --json '{ "@docusaurus/theme-common@*": { "dependencies": { "@docusaurus/plugin-content-docs": "*" } } }' working-directory: ../test-website - name: Start test-website project