Closed Guria closed 1 month ago
Yes, the repo was undergoing refactoring. The issue with the gh-pages build was due to a missing transpile step, as parts of the repo were moved to TypeScript.
I’ve added npm run transpile
to the build-gh-pages
script, which should fix the problem.
I just checked out master and tried to build gh-pages. I've installed dependencies and ran
npm run build
.lib
was completely missing in working directory. And it seems latest npm package doesn't have it too.Then I ran
transpile
script so./lib
has appeared in working directory. Butnpm run build-gh-pages
still fails.It looks like repo is in the middle of refactoring, but seems you had lack of time to finish it. Tell me if I can be useful to help.