From d4555d0beb6df3c6cf57ce01f9819dd6c03fad77 Mon Sep 17 00:00:00 2001 From: "adel.ka" Date: Tue, 23 Sep 2025 13:33:12 +0300 Subject: [PATCH] SUPPORT-9421: fix --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 3ae0baf..b564601 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,9 +11,9 @@ "tsc": "node ./node_modules/typescript/bin/tsc", "tsc-watch": "node ./node_modules/typescript/bin/tsc --watch", "ts-watch": "node node_modules/cross-env/dist/bin/cross-env.js TSC_NONPOLLING_WATCHER=true npm run tsc-watch", - "ts": "npm install && npm run tsc", + "ts": "npm install --force && npm run tsc", "compile": "npm run ts-watch", - "install-compile": "npm install && npm run ts-watch" + "install-compile": "npm install --force && npm run ts-watch" }, "dependencies": { "@angular/animations": "7.2.15",