sincraianul / generator-angular-material-fullstack

Yeoman generator for Angular with Angular Material and an Express server
68 stars 22 forks source link

Webdriver manager update script path is wrong #10

Open aotaduy opened 7 years ago

aotaduy commented 7 years ago

In package.json the webdriver manager update path script is wrong is pointing to node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update and it should point to /node_modules/grunt-protractor-runner/scripts/webdriver-manager-update

I can create a very small pull request if you want.