parallel plugin changed for nodemon

pull/3334/head
Daniel 2021-01-18 19:28:50 +05:30
parent 984203344e
commit 051be9f0b8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"test": "npm-run-all lint production",
"plugins": "node build/npm/Publish.js -v",
"sync": "browser-sync start --server --files *.html pages/ dist/",
"watch": "npm-run-all --parallel watch-css watch-js",
"watch": "npm-run-parallel watch-css watch-js",
"watch-css": "nodemon --watch build/scss -e scss -x \"npm-run-all css-lint css\"",
"watch-js": "nodemon --watch build/js -e js -x \"npm-run-all js-lint js\""
},