* force pnpm to hoist packages inside astro #342 #190 * Add changeset for hoisted packages #342
This commit is contained in:
parent
c6fcf9d6cb
commit
a89a52b1cd
9 changed files with 28 additions and 0 deletions
12
.changeset/brave-glasses-cry.md
Normal file
12
.changeset/brave-glasses-cry.md
Normal file
|
@ -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
|
2
examples/astro-markdown/.npmrc
Normal file
2
examples/astro-markdown/.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
## force pnpm to hoist
|
||||
shamefully-hoist = true
|
2
examples/blog/.npmrc
Normal file
2
examples/blog/.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
## force pnpm to hoist
|
||||
shamefully-hoist = true
|
2
examples/docs/.npmrc
Normal file
2
examples/docs/.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
## force pnpm to hoist
|
||||
shamefully-hoist = true
|
2
examples/kitchen-sink/.npmrc
Normal file
2
examples/kitchen-sink/.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
## force pnpm to hoist
|
||||
shamefully-hoist = true
|
2
examples/portfolio/.npmrc
Normal file
2
examples/portfolio/.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
## force pnpm to hoist
|
||||
shamefully-hoist = true
|
2
examples/snowpack/.npmrc
Normal file
2
examples/snowpack/.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
## force pnpm to hoist
|
||||
shamefully-hoist = true
|
2
examples/starter/.npmrc
Normal file
2
examples/starter/.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
## force pnpm to hoist
|
||||
shamefully-hoist = true
|
2
examples/tailwindcss/.npmrc
Normal file
2
examples/tailwindcss/.npmrc
Normal file
|
@ -0,0 +1,2 @@
|
|||
## force pnpm to hoist
|
||||
shamefully-hoist = true
|
Loading…
Reference in a new issue