summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/astro-rss/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index d7d117be4..585f6c9af 100644
--- a/packages/astro-rss/package.json
+++ b/packages/astro-rss/package.json
@@ -17,7 +17,9 @@
".": "./dist/index.js",
"./package.json": "./package.json"
},
- "files": ["dist"],
+ "files": [
+ "dist"
+ ],
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",