0
Fork 0
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:
Matthew Phillips 2023-08-18 17:08:18 -04:00 committed by GitHub
parent 4c15c06969
commit 531cc3e490
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
---
Fix missing package file regression

View file

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