14 lines
240 B
Markdown
14 lines
240 B
Markdown
# @nrwl/workspace:run-script
|
|
|
|
Run an npm script using Nx
|
|
|
|
Options can be configured in `angular.json` when defining the executor, or when invoking it.
|
|
|
|
## Options
|
|
|
|
### script (_**required**_)
|
|
|
|
Type: `string`
|
|
|
|
Script to run in child process
|