Skip to content

Commit 8750c1a

Browse files
committed
feat: add INSTALL_FUSE_T env
1 parent 3dc5d70 commit 8750c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli/lib/fuse_t.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ exports.installFuseT = async function installFuseT() {
3030
};
3131

3232
exports.confirmInstallFuseT = async function confirmInstallFuseT() {
33+
if (process.env.INSTALL_FUSE_T === 'true') return true;
3334
const answers = await inquirer.prompt([{
3435
type: 'confirm',
3536
name: 'installFuseT',

0 commit comments

Comments
 (0)