diff --git a/package.json b/package.json index 2f2797a982126f9587fac47b22061150564bdd0a..7098860ac1330c07e3b3432877d272d857b649de 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Premium and Open Source dashboard template with responsive and high quality UI.", "scripts": { - "start": "npm-run-all clean css-main js-compile-standalone --parallel watch html-watch --sequential browsersync", + "start": "npm-run-all --sequential clean css-main js-compile-standalone browsersync --parallel watch html-watch --sequential", "build": "npm-run-all html-build css js", "bundlesize": "bundlesize", "browsersync": "node build/browsersync.js",