diff options
author | 2023-05-17 16:54:00 +0800 | |
---|---|---|
committer | 2023-05-17 16:54:00 +0800 | |
commit | b4aed9b17c4871eb3cf7a7e4edc06e98236df18c (patch) | |
tree | 537ea56c319d45bed7f20438ca5af1049e9dee17 | |
parent | 2fa052f82868be804b4e2d89a1d94c722f049db8 (diff) | |
download | astro-b4aed9b17c4871eb3cf7a7e4edc06e98236df18c.tar.gz astro-b4aed9b17c4871eb3cf7a7e4edc06e98236df18c.tar.zst astro-b4aed9b17c4871eb3cf7a7e4edc06e98236df18c.zip |
Add files field to packages (#7104)
-rw-r--r-- | packages/integrations/node/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index de72fb89c..152e281e8 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -23,6 +23,9 @@ "./preview.js": "./dist/preview.js", "./package.json": "./package.json" }, + "files": [ + "dist" + ], "scripts": { "build": "astro-scripts build \"src/**/*.ts\" && tsc", "build:ci": "astro-scripts build \"src/**/*.ts\"", |