From 196021efa406ff02f5fcb85209e6e99fe01d1f53 Mon Sep 17 00:00:00 2001 From: kochetkov Date: Fri, 8 Nov 2024 10:00:42 +0300 Subject: [PATCH] SUPPORT-8653 fixes --- frontend/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index d670ca6b..179b7921 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -2,7 +2,6 @@ "name": "ervu_lkrp_ul", "version": "1.0.0", "scripts": { - "lite": "node ./node_modules/lite-server/bin/lite-server", "cleanup": "npm run cleanup-ngc && node ./node_modules/rimraf/bin ./build ./dist", "cleanup-ngc": "node ./node_modules/rimraf/bin ./src/ts/**/*.js ./src/ts/**/*.json ./src/ts/page.routing.ts", "cleanup-and-ngc": "npm run cleanup && npm run ngc",