mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 08:30:33 +08:00
Fix prepare-release
This commit is contained in:

committed by
acywatson

parent
a826efe80e
commit
046b091dd1
@ -88,7 +88,7 @@ async function prepareLexicalHelpersPackage() {
|
||||
`mv ./packages/lexical-helpers/npm/LexicalElementHelpers.js ./packages/lexical-helpers/npm/elements.js`,
|
||||
);
|
||||
await exec(
|
||||
`mv ./packages/lexical-helpers/npm/LexicalRootHelpers.js ./packages/lexical-helpers/npm/validation.js`,
|
||||
`mv ./packages/lexical-helpers/npm/LexicalRootHelpers.js ./packages/lexical-helpers/npm/root.js`,
|
||||
);
|
||||
// Other bits
|
||||
await exec(
|
||||
|
Reference in New Issue
Block a user