onchange parallelshel concurrently

 npm install -D  onchange   parallelshel  concurrently

 "watch:lint": "onchange -i \"**/*.js\" \"**/*.less\" -- npm run lint",
 "watch:test": "npm t -- --watch",
"watch:all": "parallelshell \"npm run watch:scss\"\"npm run lite\""
  "start": "concurrently \"react-scripts start\" \"npm run mock\"",

 

posted @ 2020-05-09 22:28  little_ab  阅读(117)  评论(0编辑  收藏  举报