github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/pkg/ddevapp/global_dotddev_assets/commands/web/yarn (about) 1 #!/bin/bash 2 3 #ddev-generated 4 ## Description: Run yarn inside the web container in the root of the project (Use --cwd for another directory) 5 ## Usage: yarn [flags] [args] 6 ## Example: "ddev yarn install" or "ddev yarn add learna" or "ddev yarn --cwd web/core add learna" 7 ## ExecRaw: true 8 ## HostWorkingDir: true 9 10 yarn "$@"