Merge branch 'feat/vite' of github.com:kevinmidboe/seasoned into feat/vite

This commit is contained in:
2026-02-23 20:46:15 +01:00
30 changed files with 217 additions and 107 deletions

View File

@@ -25,7 +25,7 @@ steps:
path: /cache
- name: Frontend install
image: node:18.2.0
image: node:24.13.1
commands:
- node -v
- yarn --version
@@ -42,8 +42,14 @@ steps:
- name: cache
path: /cache
- name: Lint project using eslint
image: node:24.13.1
commands:
- yarn lint
failure: ignore
- name: Frontend build
image: node:18.2.0
image: node:24.13.1
commands:
- yarn build
environment:
@@ -56,12 +62,6 @@ steps:
SEASONED_DOMAIN:
from_secret: SEASONED_DOMAIN
- name: Lint project using eslint
image: node:18.2.0
commands:
- yarn lint
failure: ignore
- name: Build and publish docker image
image: plugins/docker
settings:
@@ -107,6 +107,6 @@ trigger:
# - pull_request
---
kind: signature
hmac: 8f76d7d8af65a215a4abafe7db270f93a4ae76d116db5ce6f1895af25354ff2d
hmac: 6f10b2871d2bd6b5cd26ddf72796325991ba211ba1eb62b657baf993e9d549c8
...