Skip to content

Commit d5aa117

Browse files
authored
Index updated (#1264)
* index ts changed in all four componets * updated build js
1 parent 5345d91 commit d5aa117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function buildES(pkg) {
136136
const callingRollupConfigPath = path.resolve(__dirname, '..', '..', 'rollup.calling-config.js');
137137

138138

139-
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'){
139+
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'){
140140
// Rollup cleans the `es` folder automatically
141141
console.info(`Packaging ${pkg}...`.cyan);
142142
execSync(`cd ${targetPkgPath} && rollup -c ${callingRollupConfigPath}`);

0 commit comments

Comments
 (0)