# `mix npm.run`
[🔗](https://github.com/elixir-volt/npm_ex/blob/v0.7.4/lib/mix/tasks/npm.run.ex#L1)

Run a script defined in `package.json`.

    mix npm.run build
    mix npm.run test
    mix npm.run              # List available scripts

Scripts are executed with `node_modules/.bin` prepended to `PATH`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
