diff options
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b98f3bc55..21bc4ac92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,9 +207,8 @@ jobs: repository: withastro/docs path: smoke/docs - # NOTE: remove shamefully-hoist when docs is also not hoisted - name: Install dependencies - run: pnpm install --no-frozen-lockfile --shamefully-hoist + run: pnpm install --no-frozen-lockfile - name: Build Packages run: pnpm run build |