Skip to content

Commit

Permalink
update typedocs - include community
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Apr 21, 2023
1 parent cd0c8c4 commit 3cb115e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN echo '%mr ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
RUN mkdir -p /usr/local/nvm
ENV NVM_DIR=/usr/local/nvm

ENV NODE_VERSION=v18.14.2
ENV NODE_VERSION=v18.16.0

ADD https://raw.githubusercontent.com/creationix/nvm/master/install.sh /usr/local/etc/nvm/install.sh
RUN bash /usr/local/etc/nvm/install.sh && \
Expand Down
2 changes: 1 addition & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"entryPoints": ["governance/index.ts", "system/index.ts"],
"entryPoints": ["governance/index.ts", "system/index.ts", "community/index.ts"],
"exclude": ["**/node_modules/**/*.ts", "**/*+(spec).ts", "**/*/index.d.ts", "**/dist/**/*.(js|ts)"],
"excludeExternals": true
}

0 comments on commit 3cb115e

Please sign in to comment.