minor tidy up

This commit is contained in:
proddy
2024-11-28 12:19:09 +01:00
parent 4de56af85a
commit 4471c1fad6
5 changed files with 86 additions and 11 deletions

23
scripts/update_all.sh Normal file
View File

@@ -0,0 +1,23 @@
#!/bin/sh
# run from root
# make sure ncu is installed globally (https://github.com/raineorshine/npm-check-updates)
# as well as GNUMake (make) and python3
cd interface
ncu -u
yarn set version stable
yarn
yarn format
yarn lint
cd ../mock-api
ncu -u
yarn set version stable
yarn
yarn format
cd ..
npx cspell "**"
sh ./scripts/generate_csv_and_headers.sh