additonal step to build web

This commit is contained in:
proddy
2024-11-29 10:17:22 +01:00
parent b7654c7e33
commit f769bbbe42

View File

@@ -5,6 +5,7 @@
# as well as GNUMake (make) and python3
cd interface
rm -rf yarn.lock node_modules
ncu -u
yarn set version stable
yarn
@@ -12,11 +13,16 @@ yarn format
yarn lint
cd ../mock-api
rm -rf yarn.lock node_modules
ncu -u
yarn set version stable
yarn
yarn format
cd ..
cd interface
yarn build; yarn webUI
cd ..
npx cspell "**"