From e5e029643d054f779872c7ea70f18cf50e8963c7 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Tue, 27 Jun 2023 02:48:45 +0300 Subject: [PATCH] RED-6686 - build hash fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42cf58b9b..8fd5f5910 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "scripts": { "build": "nx build", - "build-lint-all": "nx build --project=red-ui --configuration production --base-href /ui/", + "build-lint-all": "nx build --project=red-ui --configuration production --base-href /ui/ --output-hashing all", "build-paligo-styles": "mkdir -p dist/paligo-styles && sass --load-path=. paligo-styles/style.scss > dist/paligo-styles/redacto-theme.css", "i18n:extract": "ngx-translate-extract --input ./apps/red-ui/src ./libs/common-ui/src --output apps/red-ui/src/assets/i18n/{redact,scm}/{en,de}.json --clean --sort --format namespaced-json && prettier apps/red-ui/src/assets/i18n/*/*.json --write", "nx": "nx",