mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
Use workspace version for Vercel test
This commit is contained in:
parent
54aa4cbed4
commit
c65f1e1492
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
"build": "astro build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/vercel": "file:../../..",
|
||||
"astro": "file:../../../../../astro"
|
||||
"@astrojs/vercel": "workspace:*",
|
||||
"astro": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue