diff options
author | 2022-10-30 23:43:04 -0700 | |
---|---|---|
committer | 2022-10-31 14:43:04 +0800 | |
commit | 0e043bb287888dae6f1b841239706932b127a905 (patch) | |
tree | 556612c4525b5f7804a8129a7833393e7dc96133 | |
parent | 7d678c9ed05a33380a2153df54abdf87d374f970 (diff) | |
download | astro-0e043bb287888dae6f1b841239706932b127a905.tar.gz astro-0e043bb287888dae6f1b841239706932b127a905.tar.zst astro-0e043bb287888dae6f1b841239706932b127a905.zip |
Remove `shamefully-hoist` from docs smoke test (#5193)
-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 |