Skip to content

Commit

Permalink
Index updated (#1264)
Browse files Browse the repository at this point in the history
* index ts changed in all four componets

* updated build js
  • Loading branch information
nvanganm authored Feb 14, 2023
1 parent 5345d91 commit d5aa117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit d5aa117

Please sign in to comment.