Run NPM script in a different dir #
You can run an npm script from a different directory by using the --prefix parameter
npm --prefix <path> run <command>
You can run an npm script from a different directory by using the --prefix parameter
npm --prefix <path> run <command>