From 5cb7e0366bb5c59ae5df2a7c2a7430304296ced5 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 15 Mar 2022 19:50:22 -0500 Subject: [PATCH] fix: mark static build pkg as private --- packages/astro/test/fixtures/static build/pkg/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/astro/test/fixtures/static build/pkg/package.json b/packages/astro/test/fixtures/static build/pkg/package.json index fc2f7bd7a..16d318672 100644 --- a/packages/astro/test/fixtures/static build/pkg/package.json +++ b/packages/astro/test/fixtures/static build/pkg/package.json @@ -1,5 +1,6 @@ { "name": "@test/static-build-pkg", + "private": true, "main": "./oops.cjs", "version": "0.0.0", "exports": {