summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify/test
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@skypack.dev> 2023-08-03 14:55:22 -0400
committerGravatar Matthew Phillips <matthew@skypack.dev> 2023-08-03 14:55:22 -0400
commita765098ca3d4d7d7f23a9e255e81297b8c009a2f (patch)
tree2d83749b053c490d29dad51a48ab28c48c7f2776 /packages/integrations/netlify/test
parent3d91d4ad0a2ec75b79b0c53d13348d3ae0d6c0b9 (diff)
downloadastro-a765098ca3d4d7d7f23a9e255e81297b8c009a2f.tar.gz
astro-a765098ca3d4d7d7f23a9e255e81297b8c009a2f.tar.zst
astro-a765098ca3d4d7d7f23a9e255e81297b8c009a2f.zip
Use workspace dependency in Netlify test
Diffstat (limited to 'packages/integrations/netlify/test')
-rw-r--r--packages/integrations/netlify/test/hosted/hosted-astro-project/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json b/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json
index fa6f87aea..328f3048d 100644
--- a/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json
+++ b/packages/integrations/netlify/test/hosted/hosted-astro-project/package.json
@@ -6,7 +6,7 @@
"build": "astro build"
},
"dependencies": {
- "@astrojs/netlify": "file:../../..",
- "astro": "file:../../../../../astro"
+ "@astrojs/netlify": "workspace:*",
+ "astro": "workspace:*"
}
}