summaryrefslogtreecommitdiff
path: root/examples/component
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-03-08 15:20:04 -0800
committerGravatar GitHub <noreply@github.com> 2022-03-08 15:20:04 -0800
commit240d88aefe66c7d73b9c713c5da42ae789c011ce (patch)
treeb57f527cf32477c54be9a323a2159adb2aaad138 /examples/component
parent0ae96bb7491a60eb2032bab23377ca54951a67a7 (diff)
downloadastro-240d88aefe66c7d73b9c713c5da42ae789c011ce.tar.gz
astro-240d88aefe66c7d73b9c713c5da42ae789c011ce.tar.zst
astro-240d88aefe66c7d73b9c713c5da42ae789c011ce.zip
fix format (#2736)
Diffstat (limited to 'examples/component')
-rw-r--r--examples/component/pnpm-workspace.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/component/pnpm-workspace.yaml b/examples/component/pnpm-workspace.yaml
index 4ad1ebffe..22fd6807e 100644
--- a/examples/component/pnpm-workspace.yaml
+++ b/examples/component/pnpm-workspace.yaml
@@ -1,3 +1,3 @@
packages:
- - "packages/**/*"
- - "demo"
+ - 'packages/**/*'
+ - 'demo'