upgrade yarn to pnpm because why not

This commit is contained in:
proddy
2025-05-18 15:53:38 +02:00
parent 2a50701107
commit d69f26acac
26 changed files with 6132 additions and 9379 deletions

View File

@@ -5,27 +5,24 @@
# as well as GNUMake (make) and python3
cd interface
rm -rf yarn.lock node_modules
touch yarn.lock
rm -rf node_modules
ncu -u
yarn set version stable
yarn
yarn format
yarn lint
pnpm install
pnpm format
pnpm lint
cd ../mock-api
rm -rf yarn.lock node_modules
touch yarn.lock
rm -rf node_modules
ncu -u
yarn set version stable
yarn
yarn format
pnpm install
pnpm format
cd ..
cd interface
yarn build; yarn webUI
pnpm build
pnpm webUI
cd ..
npx cspell "**"
npx cspell "**"
sh ./scripts/generate_csv_and_headers.sh