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
commit1da1d4a97effa43859618aad2e65f8b42b81a933 (patch)
tree20546a328edc7058437f34c1b0c2575923e1ccd4 /packages/integrations/netlify/test
parent7a1e0c5aac5efec22125c4b872778ffc4df788c3 (diff)
downloadastro-1da1d4a97effa43859618aad2e65f8b42b81a933.tar.gz
astro-1da1d4a97effa43859618aad2e65f8b42b81a933.tar.zst
astro-1da1d4a97effa43859618aad2e65f8b42b81a933.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:*"
}
}