Fix pipeline
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
node-version: 22
|
node-version: 22
|
||||||
- run: npm install --frozen-lockfile
|
- run: npm install --frozen-lockfile
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: npm run build
|
run: npm run build-only
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v4
|
uses: actions/configure-pages@v4
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ const card = defineModel<{
|
|||||||
title: string
|
title: string
|
||||||
color: string
|
color: string
|
||||||
name: string
|
name: string
|
||||||
}>()
|
}>({ required: true })
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user