Fix pipeline

This commit is contained in:
2025-03-30 04:06:56 +02:00
parent be49b876f4
commit f3ca614728
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
node-version: 22
- run: npm install --frozen-lockfile
- name: Build project
run: npm run build
run: npm run build-only
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Regular → Executable
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -3,7 +3,7 @@ const card = defineModel<{
title: string
color: string
name: string
}>()
}>({ required: true })
</script>
<template>