From ed1d2bd7d93540013d59f8d260123f5de01cec97 Mon Sep 17 00:00:00 2001 From: David Bailey Date: Mon, 7 Dec 2020 22:25:41 +0000 Subject: [PATCH] copy notion-enhancer into node_modules --- pkg/apply.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkg/apply.js b/pkg/apply.js index 24ecfa3..a831b0f 100644 --- a/pkg/apply.js +++ b/pkg/apply.js @@ -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.');