package updates

This commit is contained in:
proddy
2026-07-11 13:22:48 +02:00
parent 03326c1b47
commit 2f63172cbf
7 changed files with 288 additions and 252 deletions

View File

@@ -3,25 +3,25 @@
# run from root folder, like `sh ./scripts/update_all.sh`
# as well as GNUMake (make) and python3
# abort on first error so a failed lint/build isn't silently swallowed
set -e
cd interface
rm -rf node_modules
corepack use pnpm@latest
pnpm update --latest
pnpm update
pnpm install
pnpm format
pnpm lint
pnpm build-webUI
cd ../mock-api
rm -rf node_modules
corepack use pnpm@latest
pnpm update --latest
pnpm update
pnpm install
pnpm format
cd ..
cd interface
pnpm build-webUI
cd ..
npx cspell "**"