mirror of
https://github.com/facebook/lexical.git
synced 2025-08-06 08:30:33 +08:00
Remove outline-extensions (#387)
This commit is contained in:

committed by
acywatson

parent
aad7f19c63
commit
8400446e53
@ -31,24 +31,5 @@ async function prepareOutlineReactPackage() {
|
||||
);
|
||||
}
|
||||
|
||||
async function prepareOutlineExtensionsPackage() {
|
||||
await exec(`rm -rf ./packages/outline-extensions/npm`);
|
||||
await exec(`mkdir ./packages/outline-extensions/npm`);
|
||||
await exec(
|
||||
`cp -R ./packages/outline-extensions/dist ./packages/outline-extensions/npm`,
|
||||
);
|
||||
await exec(
|
||||
`cp -R ./packages/outline-extensions/*.js ./packages/outline-extensions/npm`,
|
||||
);
|
||||
await exec(
|
||||
`cp -R ./packages/outline-extensions/package.json ./packages/outline-extensions/npm`,
|
||||
);
|
||||
await exec(`cp -R LICENSE ./packages/outline-extensions/npm`);
|
||||
await exec(
|
||||
`cp -R ./packages/outline-extensions/README.md ./packages/outline-extensions/npm`,
|
||||
);
|
||||
}
|
||||
|
||||
prepareOutlinePackage();
|
||||
prepareOutlineReactPackage();
|
||||
prepareOutlineExtensionsPackage();
|
||||
|
Reference in New Issue
Block a user