migrate-mongoose
migrate-mongoose copied to clipboard
Use NPX instead of referencing the node module
obviously not a big issue, but instead of:
./node_modules/.bin/migrate [command] [options]
isn't it better to do:
npx migrate [command] [options]