File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ function buildES(pkg) {
136
136
const callingRollupConfigPath = path . resolve ( __dirname , '..' , '..' , 'rollup.calling-config.js' ) ;
137
137
138
138
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' ) {
140
140
// Rollup cleans the `es` folder automatically
141
141
console . info ( `Packaging ${ pkg } ...` . cyan ) ;
142
142
execSync ( `cd ${ targetPkgPath } && rollup -c ${ callingRollupConfigPath } ` ) ;
You can’t perform that action at this time.
0 commit comments