hub-node-core icon indicating copy to clipboard operation
hub-node-core copied to clipboard

Change package.json script to use npx pkg runner

Open arm531 opened this issue 6 years ago • 2 comments

NPX allows the packages from dev dependencies to be run so they don't have to be installed globally.

arm531 avatar Apr 25 '19 23:04 arm531

I'm not sure why this is necessary, as it seems like npx is used from a terminal, and if you're calling from a package script it should use the node_modules/.bin folder, but this doesn't break anything and more strictly enforces that so seems fine to me.

logangirvin avatar May 03 '19 22:05 logangirvin

Can this PR be merged?

OR13 avatar Jul 30 '19 21:07 OR13