Skip to content

Commit

Permalink
Merge pull request #106 from SkyCryptWebsite/dev
Browse files Browse the repository at this point in the history
Update branding and dependencies
  • Loading branch information
DarthGigi authored Jan 31, 2025
2 parents 38dfc8e + 5fe3e2d commit a769a02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN pnpm prune --production
FROM node:22-alpine3.21
# git is used for managing submodules
RUN apk add git
RUN npm install -g pnpm
RUN npm install -g pnpm@10
WORKDIR /app

COPY --from=builder /app/node_modules node_modules/
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"runbuild": "node ./build/index.js",
"test": "vitest",
"lint": "prettier --check . && eslint . && pnpm check",
"format": "prettier --write .",
"prepare": "svelte-kit sync"
"format": "prettier --write ."
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/header/Info.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</ul>
</li>
<li>
3D Skin View: <Button.Root class="text-link font-semibold" rel="noreferrer" href="https://github.com/bs-community/skinview3d/" target="_blank">Skin View 3D</Button.Root>
3D Skin View: <Button.Root class="text-link font-semibold" rel="noreferrer" href="https://github.com/bs-community/skinview3d/" target="_blank">skinview3d</Button.Root>
by <span class="text-text/70">BS-Community</span>
</li>
<li>
Expand Down

0 comments on commit a769a02

Please sign in to comment.