nucliweb
2/20/2016 - 1:00 AM

phoenix npm script

phoenix npm script

// Task script to reinstall all dependencies of the project
"scripts": {
  "phoenix": "rm -rf node_modules && npm install"
}