From 6bb9d58f9ea5f4c7e1c1ff602f0f106cc6fa6f8f Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sat, 14 Oct 2023 11:46:55 -0700 Subject: [PATCH] fix(jsdoc-template-legacy): copy prettify CSS from the right place --- packages/jsdoc-template-legacy/publish.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/jsdoc-template-legacy/publish.js b/packages/jsdoc-template-legacy/publish.js index 12d9ab52..bb82993d 100644 --- a/packages/jsdoc-template-legacy/publish.js +++ b/packages/jsdoc-template-legacy/publish.js @@ -572,8 +572,10 @@ export function publish(docletStore, dependencies) { // `resolve()` has trouble with this package, so we use an extra-hacky way to // get the filepath. path.join( - templatePath, - 'node_modules', + resolve('fast-glob'), + '..', + '..', + '..', 'color-themes-for-google-code-prettify', 'dist', 'themes',