TestArmada / magellan-saucelabs-executor

magellan test executor for saucelabs
MIT License
2 stars 2 forks source link

There's no need to explicitly refer to `./node_modules/.bin` #26

Closed jchip closed 6 years ago

jchip commented 6 years ago

For npm scripts, there's no need, and typically should be avoided, to explicitly refer to ./node_modules/.bin. Because npm run will automatically add that dir to the path.