From 0605e1fa143aeee3f63f389748554c4dd69316dd Mon Sep 17 00:00:00 2001 From: Artyom Savchenko Date: Tue, 13 May 2025 17:32:52 +0700 Subject: [PATCH] QFix: Add external ws for gmail (#8910) Signed-off-by: Artem Savchenko --- services/gmail/pod-gmail/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gmail/pod-gmail/package.json b/services/gmail/pod-gmail/package.json index 14049289a2..b422420290 100644 --- a/services/gmail/pod-gmail/package.json +++ b/services/gmail/pod-gmail/package.json @@ -14,7 +14,7 @@ "build": "compile", "build:watch": "compile", "test": "jest --passWithNoTests --silent", - "_phase:bundle": "rushx bundle", + "_phase:bundle": "rushx bundle --external=ws", "_phase:docker-build": "rushx docker:build", "_phase:docker-staging": "rushx docker:staging", "bundle": "node ../../../common/scripts/esbuild.js --external=ws",