0
Fork 0
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:
Matthew Phillips 2023-08-03 15:00:22 -04:00
parent 54aa4cbed4
commit c65f1e1492

View file

@ -6,7 +6,7 @@
"build": "astro build"
},
"dependencies": {
"@astrojs/vercel": "file:../../..",
"astro": "file:../../../../../astro"
"@astrojs/vercel": "workspace:*",
"astro": "workspace:*"
}
}