Skip to content

Instantly share code, notes, and snippets.

@arielserafini
Created June 2, 2017 18:48
Show Gist options
  • Save arielserafini/509553967317fe1fb0b4070aa0fa1cfa to your computer and use it in GitHub Desktop.
Save arielserafini/509553967317fe1fb0b4070aa0fa1cfa to your computer and use it in GitHub Desktop.
#!/bin/sh
echo "Patching jasminewd2..."
npm install https://github.com/angular/jasminewd/tarball/jasminewd2
rm -rf ./node_modules/protractor/node_modules/jasminewd2
cp -R ./node_modules/jasminewd2 ./node_modules/protractor/node_modules/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment