mweststrate / relative-deps

Installs local dependencies for optimal developer experience
MIT License
429 stars 32 forks source link

use 'npx relative-deps' instead of 'yarn relative-deps' #42

Closed faassen closed 3 years ago

faassen commented 3 years ago

In a non-yarn NPM environment 'yarn relative-deps' obviously doesn't work, but 'npm run relative-deps' also doesn't work, which makes sense as there's no script. But the 'npx relative-command' does work so I propose we put this in instead.

mweststrate commented 3 years ago

Good points. Thanks!