Skip to content

Commit

Permalink
Temporarily use npm ci --force
Browse files Browse the repository at this point in the history
Do this until svelte-lightbox updates its svelte dependency
  • Loading branch information
Sanqui committed Nov 30, 2024
1 parent 6d92117 commit 5c3c133
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --force
- run: npm run build --if-present
- run: npx playwright install
- run: npm test
2 changes: 2 additions & 0 deletions src/lib/Hero.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script>
import Loc from '$lib/Loc.svelte';
import Arrow from './Arrow.svelte';
var facts = [
[14, "Členů spolku", "Organization members"],
[8, "Let snahy", "Years of effort"],
Expand Down Expand Up @@ -27,6 +28,7 @@
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."
/>
</p>
<Arrow href="/collection" />
</div>
<div class="right">
<ul class="facts">
Expand Down

0 comments on commit 5c3c133

Please sign in to comment.