diff --git a/Dockerfile b/Dockerfile index 824131b90e..b51043d87f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN mkdir -p /skycrypt WORKDIR '/skycrypt' COPY . /skycrypt +ENV COREPACK_ENABLE_STRICT=0 RUN npm install -g pnpm RUN pnpm i diff --git a/README.md b/README.md index 49ce2e8573..b88c6f3f61 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The SkyCrypt Project, which is based on [LeaPhant's skyblock-stats](https://gith **Website**: https://sky.shiiyu.moe -[![CI](https://github.com/SkyCryptWebsite/SkyCrypt/actions/workflows/node.js.yml/badge.svg)](https://github.com/SkyCryptWebsite/SkyCrypt/actions/workflows/node.js.yml) +[![CI/CD](https://github.com/SkyCryptWebsite/SkyCrypt/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/SkyCryptWebsite/SkyCrypt/actions/workflows/ci-cd.yml)
<%= calculated.display_name %> hasn't entered a dungeon yet.
<% } else { %> - <% if (calculated.dungeons.catacombs.visited) { %> - - <% } %> +@@ -156,7 +154,7 @@ function formatDungeonStat(stat, type) { <% if (calculated.dungeons.master_catacombs !== undefined) { %>
Master Catacombs
- <% if (calculated.dungeons.master_catacombs.visited === false) { %> + <% if (!calculated.dungeons.master_catacombs?.visited) { %><%= calculated.display_name %> hasn't completed any Master Catacombs floor yet.
<% } else { %>