-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Want to add a feature for hidden pages, so that I can add a huge list of subpages and not spam the index
First step is to fork, build, and install locally
npm install && npm run build
Oh, there's ... no build
. Okay. Let's look at the package. There's a projects:build
.
$ npm run projects:build
> @knodes/typedoc-plugins@0.22.5 projects:build
> npm run projects:patch -- apply && node ./tools/s-projects 'npm run build -- --pretty'
> @knodes/typedoc-plugins@0.22.5 projects:patch
> node ./tools/typedoc-patcher --no-stash "apply"
Applying patches from packages/plugin-pages/src/theme-plugins/search/default-pages-javascript-index-plugin.GENERATED.ts.patch
node:internal/process/promises:246
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert( match && match[1] )
at E:\projects\typedoc-plugins\tools\typedoc-patcher.js:28:2
at async E:\projects\typedoc-plugins\tools\typedoc-patcher.js:118:100
at async Promise.all (index 0)
at async E:\projects\typedoc-plugins\tools\typedoc-patcher.js:118:31 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: null,
expected: true,
operator: '=='
}
Node.js v17.2.0
Er.
There's no gh action to mimic
Not really sure how to get this to build.
Metadata
Metadata
Assignees
Labels
No labels