mfg
This commit is contained in:
10
.ddev/.global_commands/web/yarn
Executable file
10
.ddev/.global_commands/web/yarn
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/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 "$@"
|
||||
Reference in New Issue
Block a user