File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ const frameworkGenerator = ({
53
53
shelljs . mv ( `${ shelljs . pwd ( ) } /package.json` , `${ shelljs . pwd ( ) } /package-original.json` ) ;
54
54
shelljs . cp ( reactMUIPackageJson , `${ shelljs . pwd ( ) } /package.json` ) ;
55
55
shelljs . exec ( `cross-env INTERCEPTORS_FRAMEWORK_NAME=${ interceptorFrameworkName } UTILS_FRAMEWORK_NAME=${ utilsFrameworkName } COMPONENTS_FRAMEWORK_NAME=${ frameworkName } UI_FRAMEWORK_NAME=${ uiFrameworkName } npm install --force` ) ;
56
+ shelljs . exec ( `cross-env INTERCEPTORS_FRAMEWORK_NAME=${ interceptorFrameworkName } UTILS_FRAMEWORK_NAME=${ utilsFrameworkName } COMPONENTS_FRAMEWORK_NAME=${ frameworkName } UI_FRAMEWORK_NAME=${ uiFrameworkName } npm run postinstall` ) ;
56
57
shelljs . rm ( '-rf' , `${ shelljs . pwd ( ) } /package.json` ) ;
57
58
shelljs . mv ( `${ shelljs . pwd ( ) } /package-original.json` , `${ shelljs . pwd ( ) } /package.json` ) ;
58
59
}
You can’t perform that action at this time.
0 commit comments