package update

This commit is contained in:
proddy
2025-06-29 13:39:36 +02:00
parent d9a18bf255
commit 326bba9b42
5 changed files with 671 additions and 436 deletions

View File

@@ -5,6 +5,7 @@
cd interface
rm -rf node_modules
corepack use pnpm@latest-10
pnpm update
pnpm install
pnpm format
@@ -12,6 +13,7 @@ pnpm lint
cd ../mock-api
rm -rf node_modules
corepack use pnpm@latest-10
pnpm update
pnpm install
pnpm format