From 2a9435b3211eb959ddd269b12b5b416081081f92 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Wed, 17 May 2023 11:21:46 +0300 Subject: [PATCH] RED-3800: update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 54ea055c3..28812ba80 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "license": "MIT", "scripts": { "build": "nx build", - "build-lint-all": "ng build --project=red-ui --configuration production --base-href /ui/", + "build-lint-all": "nx build --project=red-ui --configuration production --base-href /ui/", "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", @@ -13,9 +13,9 @@ "update": "nx migrate latest", "migrate": "nx migrate --run-migrations", "workspace-generator": "nx workspace-generator", - "analyze": "ng build --stats-json && webpack-bundle-analyzer dist/apps/red-ui/stats.json", + "analyze": "nx build --stats-json && webpack-bundle-analyzer dist/apps/red-ui/stats.json", "prepare": "husky install", - "lint": "ng lint" + "lint": "nx lint" }, "lint-staged": { "*": "prettier --ignore-unknown --write",