update prettier
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-23 14:23:37 +01:00
parent c2e370f0a8
commit f1c7e245aa
36 changed files with 2137 additions and 2108 deletions

View File

@@ -4,34 +4,34 @@ type: docker
name: web-ui-ci
trigger:
branch:
- main
- develop
event:
- push
- pull_request
branch:
- main
- develop
event:
- push
- pull_request
steps:
- name: install
image: node:22
commands:
- corepack enable
- corepack prepare yarn@1.22.22 --activate
- yarn install --frozen-lockfile
- name: install
image: node:22
commands:
- corepack enable
- corepack prepare yarn@1.22.22 --activate
- yarn install --frozen-lockfile
- name: lint
image: node:22
commands:
- corepack enable
- corepack prepare yarn@1.22.22 --activate
- yarn lint
- name: lint
image: node:22
commands:
- corepack enable
- corepack prepare yarn@1.22.22 --activate
- yarn lint
- name: build
image: node:22
commands:
- corepack enable
- corepack prepare yarn@1.22.22 --activate
- yarn build
- name: build
image: node:22
commands:
- corepack enable
- corepack prepare yarn@1.22.22 --activate
- yarn build
---
kind: pipeline
@@ -39,22 +39,22 @@ type: docker
name: web-ui-publish
trigger:
branch:
- main
event:
- promote
target:
- production
branch:
- main
event:
- promote
target:
- production
steps:
- name: publish-npm
image: node:22
environment:
NEXUS_NPM_TOKEN:
from_secret: nexus_npm_token
commands:
- corepack enable
- corepack prepare yarn@1.22.22 --activate
- yarn install --frozen-lockfile
- npm config set //nexus.beatrice.wtf/repository/npm-hosted/:_authToken "$NEXUS_NPM_TOKEN"
- yarn publish:nexus
- name: publish-npm
image: node:22
environment:
NEXUS_NPM_TOKEN:
from_secret: nexus_npm_token
commands:
- corepack enable
- corepack prepare yarn@1.22.22 --activate
- yarn install --frozen-lockfile
- npm config set //nexus.beatrice.wtf/repository/npm-hosted/:_authToken "$NEXUS_NPM_TOKEN"
- yarn publish:nexus