mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Fix missing package file regression (#8149)
This commit is contained in:
parent
4c15c06969
commit
531cc3e490
2 changed files with 7 additions and 1 deletions
5
.changeset/early-owls-attend.md
Normal file
5
.changeset/early-owls-attend.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@astrojs/react': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix missing package file regression
|
|
@ -37,7 +37,8 @@
|
||||||
"jsx-runtime.js",
|
"jsx-runtime.js",
|
||||||
"server.js",
|
"server.js",
|
||||||
"server-v17.js",
|
"server-v17.js",
|
||||||
"static-html.js"
|
"static-html.js",
|
||||||
|
"vnode-children.js"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
||||||
|
|
Loading…
Reference in a new issue