File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 40
40
" test"
41
41
],
42
42
"dependencies" : {
43
+ "cross-env" : " 7.0.3" ,
43
44
"ts-node" : " 10.4.0" ,
44
45
"shelljs" : " 0.8.4"
45
46
},
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const frameworkGenerator = ({
52
52
shellFileString . to ( `${ shelljs . pwd ( ) } /src/framework/ui-framework/index.ts` ) ;
53
53
shelljs . mv ( `${ shelljs . pwd ( ) } /package.json` , `${ shelljs . pwd ( ) } /package-original.json` ) ;
54
54
shelljs . cp ( reactMUIPackageJson , `${ shelljs . pwd ( ) } /package.json` ) ;
55
- shelljs . exec ( `cross-env INTERCEPTORS_FRAMEWORK_NAME=${ interceptorFrameworkName } UTILS_FRAMEWORK_NAME=${ utilsFrameworkName } COMPONENTS_FRAMEWORK_NAME=${ frameworkName } UI_FRAMEWORK_NAME=${ uiFrameworkName } npm install` ) ;
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
56
shelljs . rm ( '-rf' , `${ shelljs . pwd ( ) } /package.json` ) ;
57
57
shelljs . mv ( `${ shelljs . pwd ( ) } /package-original.json` , `${ shelljs . pwd ( ) } /package.json` ) ;
58
58
}
You can’t perform that action at this time.
0 commit comments