diff options
-rw-r--r-- | .changeset/brave-glasses-cry.md | 12 | ||||
-rw-r--r-- | examples/astro-markdown/.npmrc | 2 | ||||
-rw-r--r-- | examples/blog/.npmrc | 2 | ||||
-rw-r--r-- | examples/docs/.npmrc | 2 | ||||
-rw-r--r-- | examples/kitchen-sink/.npmrc | 2 | ||||
-rw-r--r-- | examples/portfolio/.npmrc | 2 | ||||
-rw-r--r-- | examples/snowpack/.npmrc | 2 | ||||
-rw-r--r-- | examples/starter/.npmrc | 2 | ||||
-rw-r--r-- | examples/tailwindcss/.npmrc | 2 |
9 files changed, 28 insertions, 0 deletions
diff --git a/.changeset/brave-glasses-cry.md b/.changeset/brave-glasses-cry.md new file mode 100644 index 000000000..7faf3b0c8 --- /dev/null +++ b/.changeset/brave-glasses-cry.md @@ -0,0 +1,12 @@ +--- +'@astrojs/markdown-example': patch +'@astrojs/example-blog': patch +'@astrojs/docs-template': patch +'@astrojs/kitchen-sink-example': patch +'@astrojs/portfolio-template': patch +'@example/snowpack': patch +'@astrojs/starter-kit': patch +'@astrojs/tailwind-example': patch +--- + +Force pnpm installs to hoist nested dependencies diff --git a/examples/astro-markdown/.npmrc b/examples/astro-markdown/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/astro-markdown/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/blog/.npmrc b/examples/blog/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/blog/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/docs/.npmrc b/examples/docs/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/docs/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/kitchen-sink/.npmrc b/examples/kitchen-sink/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/kitchen-sink/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/portfolio/.npmrc b/examples/portfolio/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/portfolio/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file 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 diff --git a/examples/starter/.npmrc b/examples/starter/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/starter/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file diff --git a/examples/tailwindcss/.npmrc b/examples/tailwindcss/.npmrc new file mode 100644 index 000000000..0cc653b2c --- /dev/null +++ b/examples/tailwindcss/.npmrc @@ -0,0 +1,2 @@ +## force pnpm to hoist +shamefully-hoist = true
\ No newline at end of file |