0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Remove shamefully-hoist from docs smoke test (#5193)

This commit is contained in:
Michael Rienstra 2022-10-30 23:43:04 -07:00 committed by GitHub
parent 7d678c9ed0
commit 0e043bb287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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