Skip to content

Commit b4aed9b

Browse files
authored
Add files field to packages (#7104)
1 parent 2fa052f commit b4aed9b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/integrations/node/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"./preview.js": "./dist/preview.js",
2424
"./package.json": "./package.json"
2525
},
26+
"files": [
27+
"dist"
28+
],
2629
"scripts": {
2730
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
2831
"build:ci": "astro-scripts build \"src/**/*.ts\"",

0 commit comments

Comments
 (0)