nypm
nypm copied to clipboard
Support run utility
Describe the feature
Will the following commands be supported?
like nypm run build, nypm run test
Additional information
- [ ] Would you be willing to help implement this feature?
I'll migrate my project to nypm once the run command is supported. For now I'm using yarpm.
We can support it but wondering why not using npm run since this will just work as well even if node_modules/.bin is initialized with any other package manager.
Linking to https://github.com/nuxt/cli/pull/494. There might be good purpose of run utility (mainly for programmatic usage)