Browse Source

Update package.json

Daniel 3 years ago
parent
commit
55926de4cf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package.json

+ 1 - 0
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\"",