Move several logic from init to entrypoint on devenv

For make commands consistent independently if they are executed
inside devenv or from manage.sh
This commit is contained in:
Andrey Antukh 2025-06-02 19:10:48 +02:00
parent f067c86b02
commit 46f330fef3
3 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,6 @@
# NOTE: this script should be called from the parent directory to
# properly work.
export INCLUDE_STORYBOOK=${BUILD_STORYBOOK:-no};
export INCLUDE_WASM=${BUILD_WASM:-yes};
export CURRENT_VERSION=$1;