copy notion-enhancer into node_modules

This commit is contained in:
David Bailey 2020-12-07 22:25:41 +00:00
parent ae7c2b6212
commit ed1d2bd7d9

View File

@ -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 // not resolved, nothing else in apply process depends on it
// so it's just a "let it do its thing" // so it's just a "let it do its thing"
console.info(' ...recording enhancement version.'); console.info(' ...recording enhancement version.');