We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa052f commit b4aed9bCopy full SHA for b4aed9b
1 file changed
packages/integrations/node/package.json
@@ -23,6 +23,9 @@
23
"./preview.js": "./dist/preview.js",
24
"./package.json": "./package.json"
25
},
26
+ "files": [
27
+ "dist"
28
+ ],
29
"scripts": {
30
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
31
"build:ci": "astro-scripts build \"src/**/*.ts\"",
0 commit comments