10 lines
209 B
Bash
Executable File
10 lines
209 B
Bash
Executable File
#!/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 "$@"
|