🔥 Remove branch checker

This commit is contained in:
trickypr 2022-03-01 19:03:44 +11:00
parent 6867bc1db5
commit 24a9806588
8 changed files with 0 additions and 98 deletions

View file

@ -12,10 +12,8 @@ import {
melonPackage,
reset,
run,
setBranch,
setupProject,
status,
test,
} from './commands'
import { getFFVersion } from './commands/ff-version'
import { applyPatches } from './commands/patches'
@ -132,11 +130,6 @@ export const commands: Cmd[] = [
description: 'Run the browser.',
controller: run,
},
{
cmd: 'set-branch <branch>',
description: 'Change the default branch.',
controller: setBranch,
},
{
cmd: 'setup-project',
description: 'Sets up a melon project for the first time',