diff options
author | 2023-08-03 14:55:22 -0400 | |
---|---|---|
committer | 2023-08-03 14:55:22 -0400 | |
commit | 1da1d4a97effa43859618aad2e65f8b42b81a933 (patch) | |
tree | 20546a328edc7058437f34c1b0c2575923e1ccd4 /packages/integrations/netlify/test | |
parent | 7a1e0c5aac5efec22125c4b872778ffc4df788c3 (diff) | |
download | astro-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.json | 4 |
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:*" } } |