summaryrefslogtreecommitdiff
path: root/examples/snowpack
diff options
context:
space:
mode:
authorGravatar duncanhealy <duncanhealy@users.noreply.github.com> 2021-06-24 14:48:25 +0100
committerGravatar GitHub <noreply@github.com> 2021-06-24 09:48:25 -0400
commita89a52b1cd3b1877c8b7597451e5d9caca6d49eb (patch)
tree3f1474cd096fd255a58744408c67c5fbe4f433ee /examples/snowpack
parentc6fcf9d6cb503ee33c6d3588169e546466def179 (diff)
downloadastro-a89a52b1cd3b1877c8b7597451e5d9caca6d49eb.tar.gz
astro-a89a52b1cd3b1877c8b7597451e5d9caca6d49eb.tar.zst
astro-a89a52b1cd3b1877c8b7597451e5d9caca6d49eb.zip
force pnpm to hoist packages inside astro #342 #190 (#530)
* force pnpm to hoist packages inside astro #342 #190 * Add changeset for hoisted packages #342
Diffstat (limited to 'examples/snowpack')
-rw-r--r--examples/snowpack/.npmrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/snowpack/.npmrc b/examples/snowpack/.npmrc
new file mode 100644
index 000000000..0cc653b2c
--- /dev/null
+++ b/examples/snowpack/.npmrc
@@ -0,0 +1,2 @@
+## force pnpm to hoist
+shamefully-hoist = true \ No newline at end of file