Skip to content

Commit f5f4f62

Browse files
fix: conditionally run envVars installer (#196)
* fix: conditionally run envVars installer * fix: run prettier Co-authored-by: Shoubhit Dash <[email protected]>
1 parent af1067b commit f5f4f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installers/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const buildPkgInstallerMap = (
5454
installer: trpcInstaller,
5555
},
5656
envVaribles: {
57-
inUse: true,
57+
inUse: packages.includes("prisma") || packages.includes("nextAuth"),
5858
installer: envVariblesInstaller,
5959
},
6060
});

0 commit comments

Comments
 (0)