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 be8fd34 commit 3dd7edfCopy full SHA for 3dd7edf
2 files changed
packages/integrations/netlify/.npmignore
packages/integrations/netlify/package.json
@@ -25,6 +25,9 @@
25
"./netlify-edge-functions.js": "./dist/netlify-edge-functions.js",
26
"./package.json": "./package.json"
27
},
28
+ "files": [
29
+ "dist"
30
+ ],
31
"scripts": {
32
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
33
"build:ci": "astro-scripts build \"src/**/*.ts\"",
0 commit comments