hub-node-core
hub-node-core copied to clipboard
Change package.json script to use npx pkg runner
NPX allows the packages from dev dependencies to be run so they don't have to be installed globally.
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.
Can this PR be merged?