From 21463762ce55a285b4862dbe8e67cb2284662597 Mon Sep 17 00:00:00 2001 From: Tzahi12345 Date: Tue, 2 May 2023 19:10:40 -0400 Subject: [PATCH] Removed rimraf install from package.json --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 4a2286f..19cf310 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,7 @@ "e2e": "ng e2e", "electron": "ng build --base-href ./ && electron .", "generate": "openapi --input ./\"Public API v1.yaml\" --output ./src/api-types --exportCore false --exportServices false --exportModels true", - "i18n-source": "ng extract-i18n --output-path=src/assets/i18n --out-file=messages.en.xlf", - "preinstall": "npm install -g rimraf" + "i18n-source": "ng extract-i18n --output-path=src/assets/i18n --out-file=messages.en.xlf" }, "engines": { "node": "12.3.1",