From dd147c390a14c9b56293d58e74c38ca80096ada5 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 19 Oct 2021 08:22:29 -0400 Subject: [PATCH] Update files config --- packages/astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/package.json b/packages/astro/package.json index 5f918e94f1..ee9cc5fc82 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -43,7 +43,7 @@ "dist", "astro.js", "README.md", - "vite" + "vendor" ], "scripts": { "build": "astro-scripts build \"src/**/*.ts\" && tsc",