support for yarm
This commit is contained in:
parent
b9b534b63c
commit
13cde71ba0
5
helper
5
helper
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user