support for yarm

This commit is contained in:
Shihaam Abdul Rahman 2024-09-08 05:38:27 +05:00
parent b9b534b63c
commit 13cde71ba0
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

5
helper
View File

@ -26,7 +26,10 @@ fix_storage() {
# Function to handle NPM commands # Function to handle NPM commands
npm() { npm() {
docker compose exec node npm "${@}" docker compose exec node "${@}"
}
yarn() {
docker compose exec node "${@}"
} }
# Function to initialize the composer.yml file # Function to initialize the composer.yml file