From 81ddc0ccb882ae1185abe4c38c98198fa5d56b5d Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sun, 5 Jun 2022 20:58:51 +0100 Subject: [PATCH] fix: fixed CLI --- src/Ombi/ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/package.json b/src/Ombi/ClientApp/package.json index 6bfbbd727..a07dc81c4 100644 --- a/src/Ombi/ClientApp/package.json +++ b/src/Ombi/ClientApp/package.json @@ -4,7 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve --port 3578 --configuration hmr", - "build": "node --max_old_space_size=6144 node_modules/@angular/cli/bin/ng build --prod", + "build": "node --max_old_space_size=6144 node_modules/@angular/cli/bin/ng build -c production", "lint": "ng lint" }, "private": true,