pnpm mods

This commit is contained in:
proddy
2025-05-25 11:07:11 +02:00
parent 3ae8722ece
commit a199bf21e1
5 changed files with 122 additions and 123 deletions

View File

@@ -1,19 +1,18 @@
#!/bin/sh
# run from root folder, like `sh ./scripts/update_all.sh`
# make sure ncu is installed globally (https://github.com/raineorshine/npm-check-updates)
# as well as GNUMake (make) and python3
cd interface
rm -rf node_modules
ncu -u
pnpm update
pnpm install
pnpm format
pnpm lint
cd ../mock-api
rm -rf node_modules
ncu -u
pnpm update
pnpm install
pnpm format