Skip to content

Commit 29c927c

Browse files
committed
fix: vercel issues resolved
1 parent fdb9968 commit 29c927c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/installer/framework-generator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const frameworkGenerator = ({
5353
shelljs.mv(`${shelljs.pwd()}/package.json`, `${shelljs.pwd()}/package-original.json`);
5454
shelljs.cp(reactMUIPackageJson, `${shelljs.pwd()}/package.json`);
5555
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`);
5657
shelljs.rm('-rf', `${shelljs.pwd()}/package.json`);
5758
shelljs.mv(`${shelljs.pwd()}/package-original.json`, `${shelljs.pwd()}/package.json`);
5859
}

0 commit comments

Comments
 (0)