Skip to content

Commit 5aa2fa2

Browse files
committed
fix(bin): testing if skipping bin was breaking tests
1 parent 8708c2a commit 5aa2fa2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cli/lib/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ export let ensureTemplates = async () => {
3030
}
3131

3232
export let createBinFromScript = async (type: Bin, { command, filePath, execPath, bin }: Script & { execPath?: string }) => {
33-
if (!bin) {
34-
return
35-
}
3633
let template = jsh ? 'stackblitz' : 'terminal'
3734

3835
let useCmd = process.platform === 'win32' && !process.env?.KIT_WSL

0 commit comments

Comments
 (0)