summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <nate@skypack.dev> 2022-03-15 19:50:22 -0500
committerGravatar Nate Moore <nate@skypack.dev> 2022-03-15 19:50:25 -0500
commit5cb7e0366bb5c59ae5df2a7c2a7430304296ced5 (patch)
treea87dc633bcad7e7912002b0f837c28582b28c3f0
parent34bfedc9d85108d7a3bbe3c381c5a06358b54dbb (diff)
downloadastro-5cb7e0366bb5c59ae5df2a7c2a7430304296ced5.tar.gz
astro-5cb7e0366bb5c59ae5df2a7c2a7430304296ced5.tar.zst
astro-5cb7e0366bb5c59ae5df2a7c2a7430304296ced5.zip
fix: mark static build pkg as private
-rw-r--r--packages/astro/test/fixtures/static build/pkg/package.json1
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": {