fix: release
All checks were successful
Release / release (push) Successful in 1m22s

This commit is contained in:
2026-02-19 10:58:13 +01:00
parent fa507aa850
commit dafc8cc23f
3 changed files with 14613 additions and 2 deletions

View File

@@ -29,7 +29,12 @@ jobs:
git remote set-url origin "https://oauth2:${RELEASE_TOKEN}@gitea.malio.fr/MALIO-DEV/malio-layer-ui.git" git remote set-url origin "https://oauth2:${RELEASE_TOKEN}@gitea.malio.fr/MALIO-DEV/malio-layer-ui.git"
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: |
if [ -f package-lock.json ]; then
npm ci
else
npm install
fi
- name: Lint - name: Lint
run: | run: |

1
.gitignore vendored
View File

@@ -5,7 +5,6 @@ nuxt.d.ts
.output .output
.data .data
.env .env
package-lock.json
framework framework
dist dist
.DS_Store .DS_Store

14607
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff