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
|
repository: withastro/docs
|
||||||
path: smoke/docs
|
path: smoke/docs
|
||||||
|
|
||||||
# NOTE: remove shamefully-hoist when docs is also not hoisted
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install --no-frozen-lockfile --shamefully-hoist
|
run: pnpm install --no-frozen-lockfile
|
||||||
|
|
||||||
- name: Build Packages
|
- name: Build Packages
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
Loading…
Reference in a new issue