mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
additonal step to build web
This commit is contained in:
@@ -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 "**"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user