diff options
-rw-r--r-- | packages/astro/test/fixtures/static build/pkg/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
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": { |