From d435d495843f5b62a9735f78da32a213aa242dc2 Mon Sep 17 00:00:00 2001 From: MAYA Date: Fri, 17 Nov 2017 10:45:21 +1100 Subject: [PATCH] Install npm-run-all --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 30009f411..8e953dbcf 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,7 @@ "grunt-scss-lint": "^0.5.0", "load-grunt-tasks": "^3.5.2", "node-sass": "^4.6.1", + "npm-run-all": "^4.1.2", "postcss-cli": "^4.1.1", "stylelint": "^8.2.0", "stylelint-config-recommended-scss": "^2.0.0",