From 567bd956736a3a9c95cd5e0b589290463fd429fa Mon Sep 17 00:00:00 2001 From: Leanid Astrakou Date: Tue, 27 Aug 2024 15:41:53 -0400 Subject: [PATCH] Add placeholder for externals script Signed-off-by: Leanid Astrakou --- virtual-desktop/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/virtual-desktop/package.json b/virtual-desktop/package.json index b223cc64..f7ab5e9a 100644 --- a/virtual-desktop/package.json +++ b/virtual-desktop/package.json @@ -9,6 +9,7 @@ "scripts": { "start": "ng build --watch", "build": "ng build && npm run copy", + "build:externals": "exit 0", "copy": "cpx node_modules/requirejs/require.js web/", "i18n": "ng-xi18n -p tsconfig.ngx-i18n.json --i18nFormat=xlf --outFile=messages.xlf && xliffmerge -p xliffmerge.json", "lint": "tslint -c tslint.json \"src/**/*.ts\""