From d5aa117cae45d7b5eeffe079fb62b9396327342b Mon Sep 17 00:00:00 2001 From: nvanganm <116865428+nvanganm@users.noreply.github.com> Date: Tue, 14 Feb 2023 19:32:55 +0530 Subject: [PATCH] Index updated (#1264) * index ts changed in all four componets * updated build js --- scripts/utils/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils/build.js b/scripts/utils/build.js index 160c89844..319b86d35 100644 --- a/scripts/utils/build.js +++ b/scripts/utils/build.js @@ -136,7 +136,7 @@ function buildES(pkg) { const callingRollupConfigPath = path.resolve(__dirname, '..', '..', 'rollup.calling-config.js'); - if(`${pkg}` === '@webex/widget-call-history' || `${pkg}` === '@webex/widget-number-pad' || `${pkg}` === 'widget-speed-dial' || `${pkg}` === '@webex/webex-sign-in-page' || `${pkg}` ==='@webex/widget-voice-mail'){ + if(`${pkg}` === '@webex/widget-call-history' || `${pkg}` === '@webex/widget-number-pad' || `${pkg}` === '@webex/widget-speed-dial' || `${pkg}` === '@webex/webex-sign-in-page' || `${pkg}` ==='@webex/widget-voice-mail'){ // Rollup cleans the `es` folder automatically console.info(`Packaging ${pkg}...`.cyan); execSync(`cd ${targetPkgPath} && rollup -c ${callingRollupConfigPath}`);