diff --git a/Dockerfile b/Dockerfile index c7a2e71..be92596 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \ diff --git a/typedoc.json b/typedoc.json index d70f86b..2c98881 100644 --- a/typedoc.json +++ b/typedoc.json @@ -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 }