[rcr] Publish react-compiler-runtime to npm

Updates our publishing scripts to also publish react-compiler-runtime.
This commit is contained in:
lauren
2024-10-07 18:29:10 -04:00
parent 23cd3aca28
commit 1e6eece00c
2 changed files with 6 additions and 0 deletions
@@ -0,0 +1,5 @@
# react-compiler-runtime
Backwards compatible shim for runtime APIs used by React Compiler. Primarily meant for React versions prior to 19, but it will also work on > 19.
See also https://github.com/reactwg/react-compiler/discussions/6.
@@ -2,6 +2,7 @@ const PUBLISHABLE_PACKAGES = [
'babel-plugin-react-compiler',
'eslint-plugin-react-compiler',
'react-compiler-healthcheck',
'react-compiler-runtime',
];
module.exports = {