Compare commits

...

1 Commits

Author SHA1 Message Date
tristan dafc8cc23f fix: release
Release / release (push) Successful in 1m22s
2026-02-19 10:58:13 +01:00
3 changed files with 14613 additions and 2 deletions
+6 -1
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
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
View File
File diff suppressed because it is too large Load Diff