Files
Marko 24dd57cb18 mfg
2025-07-17 18:43:41 +02:00

11 lines
321 B
Bash
Executable File

#!/bin/bash
#ddev-generated
## Description: Run yarn inside the web container in the root of the project (Use --cwd for another directory)
## Usage: yarn [flags] [args]
## Example: "ddev yarn install" or "ddev yarn add learna" or "ddev yarn --cwd web/core add learna"
## ExecRaw: true
## HostWorkingDir: true
yarn "$@"