eddyystop / feathers-reduxify-authentication

Wrap feathers-client.authentication so it works with Redux, as well as authentication, authorization packages for React-Router.
MIT License
22 stars 13 forks source link

Fix test runners in package.json #1

Closed heypoom closed 7 years ago

heypoom commented 7 years ago

On my current machine, the "npm test" command fails due to the copy script, which is caused by cp trying to copy to a non-existent directory (lib/), which has been deleted by the previous "rm -rf lib/" command. A simple mkdir would've resolved this.

eddyystop commented 7 years ago

Thanks for the catch!

What OS are you running? I haven't had such an issue.