mfg
This commit is contained in:
9
.ddev/.global_commands/web/npm
Executable file
9
.ddev/.global_commands/web/npm
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#ddev-generated
|
||||
## Description: Run npm inside the web container
|
||||
## Usage: npm [flags] [args]
|
||||
## Example: "ddev npm install" or "ddev npm update"
|
||||
## ExecRaw: true
|
||||
## HostWorkingDir: true
|
||||
|
||||
npm "$@"
|
||||
Reference in New Issue
Block a user