Skip to content

Commit

Permalink
Fix missing package file regression (#8149)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored Aug 18, 2023
1 parent 4c15c06 commit 531cc3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/early-owls-attend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/react': patch
---

Fix missing package file regression
3 changes: 2 additions & 1 deletion packages/integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"jsx-runtime.js",
"server.js",
"server-v17.js",
"static-html.js"
"static-html.js",
"vnode-children.js"
],
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
Expand Down

0 comments on commit 531cc3e

Please sign in to comment.