Skip to content

Commit

Permalink
Remove shamefully-hoist from docs smoke test (withastro#5193)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrienstra committed Oct 31, 2022
1 parent 7d678c9 commit 0e043bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e043bb

Please sign in to comment.