Publish missing react vnode-children.js file (#8228)
This commit is contained in:
parent
44f7a28728
commit
4bd2fac8da
2 changed files with 7 additions and 1 deletions
5
.changeset/fresh-shrimps-happen.md
Normal file
5
.changeset/fresh-shrimps-happen.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@astrojs/react": patch
|
||||
---
|
||||
|
||||
Publish missing `vnode-children.js` file
|
|
@ -36,7 +36,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",
|
||||
|
|
Loading…
Reference in a new issue