mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 11:09:03 +00:00
copy notion-enhancer into node_modules
This commit is contained in:
parent
ae7c2b6212
commit
ed1d2bd7d9
@ -152,6 +152,12 @@ module.exports = async function ({
|
||||
);
|
||||
}
|
||||
|
||||
// copy notion-enhancer into node_modules
|
||||
await fs.copy(
|
||||
`${__dirname}/..`,
|
||||
`${__notion}/app/node_modules/notion-enhancer`
|
||||
);
|
||||
|
||||
// not resolved, nothing else in apply process depends on it
|
||||
// so it's just a "let it do its thing"
|
||||
console.info(' ...recording enhancement version.');
|
||||
|
Loading…
Reference in New Issue
Block a user