diff --git a/helper b/helper index 0c76626..51285b0 100755 --- a/helper +++ b/helper @@ -26,7 +26,10 @@ fix_storage() { # Function to handle NPM commands npm() { - docker compose exec node npm "${@}" + docker compose exec node "${@}" +} +yarn() { + docker compose exec node "${@}" } # Function to initialize the composer.yml file