Skip to content

Commit dd3c46a

Browse files
remove test step
1 parent e0cbf32 commit dd3c46a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/commands/build.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ export const buildCommand: yargs.CommandModule<
159159
buffer.push(...output.split("\n").map(stripAnsi));
160160

161161
await step.waitUntilComplete();
162-
163-
throw new Error(`Setup BAD STEP: ${step.name}`);
164162
} catch (error) {
165163
const logPath = argv.logPath || process.cwd();
166164
const timestamp = new Date().toISOString().replace(/:/g, "-");

0 commit comments

Comments
 (0)