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:
parent
7d678c9ed0
commit
0e043bb287
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue