From c5bd99283e42b09bd1d3895f93e61379e25f3fa9 Mon Sep 17 00:00:00 2001 From: Sorin Marta Date: Tue, 10 Mar 2026 17:25:06 +0200 Subject: [PATCH] Add build command --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",