From 55926de4cf3d34048d96b87e9afccf5e3fd66def Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Fri, 14 May 2021 06:54:52 +0530 Subject: [PATCH] Update package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ece7dc52d..a737f4c2b 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "js-lint": "eslint --ext=js,ts --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .", "lint": "npm-run-all --continue-on-error --parallel css-lint js-lint lockfile-lint", "compile": "npm-run-all --parallel css js", + "production": "npm-run-all --parallel css-all js", "sync": "browser-sync start --server --files *.html pages/ dist/", "watch": "concurrently \"npm:watch-*\"", "watch-css": "nodemon --watch scss -e scss -x \"npm-run-all css-compile css-prefix\"",