From 2af45ae72708bec310febde7cbcf33020a1b83f0 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Fri, 12 Feb 2021 15:28:14 +0100 Subject: [PATCH] add stats --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c419cbf..0c7ef0eb 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build:prod": "ng build --prod", "build:prod:stats": "ng build --prod --stats-json", "build:prod:gitlabpage": "ng build --prod --baseHref=/framadate/funky-framadate-front/", - "build:prod:demobliss": "ng build --prod --baseHref=https://framadate-api.cipherbliss.com", + "build:prod:demobliss": "ng build --prod --baseHref=https://framadate-api.cipherbliss.com --stats-json ", "test": "jest", "test:watch": "jest --watch", "test:ci": "jest --ci",