github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/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 "$@"