update comments

This commit is contained in:
proddy
2025-01-04 14:59:41 +01:00
parent 66ca1e52bb
commit 92108bc743
2 changed files with 4 additions and 2 deletions

View File

@@ -1,11 +1,12 @@
#!/bin/sh
# run from root folder
# 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 yarn.lock node_modules
touch yarn.lock
ncu -u
yarn set version stable
yarn
@@ -14,6 +15,7 @@ yarn lint
cd ../mock-api
rm -rf yarn.lock node_modules
touch yarn.lock
ncu -u
yarn set version stable
yarn