Skip to content

Commit 5c3c133

Browse files
committed
Temporarily use npm ci --force
Do this until svelte-lightbox updates its svelte dependency
1 parent 6d92117 commit 5c3c133

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
29+
- run: npm ci --force
3030
- run: npm run build --if-present
3131
- run: npx playwright install
3232
- run: npm test

src/lib/Hero.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script>
22
import Loc from '$lib/Loc.svelte';
3+
import Arrow from './Arrow.svelte';
34
var facts = [
45
[14, "Členů spolku", "Organization members"],
56
[8, "Let snahy", "Years of effort"],
@@ -27,6 +28,7 @@
2728
en="The Czechoslovak Game Archive is an initiative of the nonprofit organization Herní historie, whose goal is to centralize materials surrounding games under a single roof."
2829
/>
2930
</p>
31+
<Arrow href="/collection" />
3032
</div>
3133
<div class="right">
3234
<ul class="facts">

0 commit comments

Comments
 (0)