diff --git a/package.json b/package.json index c63f94d4a..fc1be2bc6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,8 @@ "preinstall": "npx npm-force-resolutions", "watch": "grunt watch", "test": "phpunit", - "dev": "cross-env NODE_ENV=default webpack --watch" + "dev": "cross-env NODE_ENV=default webpack --watch", + "build": "cross-env NODE_ENV=production webpack" }, "repository": { "type": "git",