Publish missing react vnode-children.js file (#8228)

This commit is contained in:
Bjorn Lu 2023-08-25 23:28:23 +08:00 committed by GitHub
parent 44f7a28728
commit 4bd2fac8da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/react": patch
---
Publish missing `vnode-children.js` file

View 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",