mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
additonal step to build web
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
# as well as GNUMake (make) and python3
|
# as well as GNUMake (make) and python3
|
||||||
|
|
||||||
cd interface
|
cd interface
|
||||||
|
rm -rf yarn.lock node_modules
|
||||||
ncu -u
|
ncu -u
|
||||||
yarn set version stable
|
yarn set version stable
|
||||||
yarn
|
yarn
|
||||||
@@ -12,11 +13,16 @@ yarn format
|
|||||||
yarn lint
|
yarn lint
|
||||||
|
|
||||||
cd ../mock-api
|
cd ../mock-api
|
||||||
|
rm -rf yarn.lock node_modules
|
||||||
ncu -u
|
ncu -u
|
||||||
yarn set version stable
|
yarn set version stable
|
||||||
yarn
|
yarn
|
||||||
yarn format
|
yarn format
|
||||||
|
|
||||||
|
cd ..
|
||||||
|
cd interface
|
||||||
|
yarn build; yarn webUI
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
npx cspell "**"
|
npx cspell "**"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user