From 4a16d73ea89030710569effeb0d8ad574447672a Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Sun, 14 Feb 2021 18:57:26 +0530 Subject: [PATCH] improve package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 847114c9f..58da54342 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "js-minify": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/adminlte.js.map,includeSources,url=adminlte.min.js.map\" --output dist/js/adminlte.min.js dist/js/adminlte.js", "js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .", "lint": "npm-run-all --continue-on-error --parallel css-lint js-lint lockfile-lint", - "production": "npm-run-all compile plugins", + "production": "npm-run-all --parallel compile plugins", "prepare-release": "npm-run-all production docs", "test": "npm-run-all lint production", "plugins": "node build/npm/Publish.js -v",