fix: broken lockfile (#6834)
This commit is contained in:
parent
3356023443
commit
a6bec9c1b7
1 changed files with 6 additions and 5 deletions
|
@ -2451,12 +2451,13 @@ importers:
|
|||
version: link:../../..
|
||||
|
||||
packages/astro/test/fixtures/custom-assets-name:
|
||||
specifiers:
|
||||
'@astrojs/node': workspace:*
|
||||
astro: workspace:*
|
||||
dependencies:
|
||||
'@astrojs/node': link:../../../../integrations/node
|
||||
astro: link:../../..
|
||||
'@astrojs/node':
|
||||
specifier: workspace:*
|
||||
version: link:../../../../integrations/node
|
||||
astro:
|
||||
specifier: workspace:*
|
||||
version: link:../../..
|
||||
|
||||
packages/astro/test/fixtures/custom-elements:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue