Files
EMS-ESP32/scripts/update_all.sh
2024-11-28 12:19:09 +01:00

24 lines
359 B
Bash

#!/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