mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
🔥 Remove branch checker
This commit is contained in:
parent
6867bc1db5
commit
24a9806588
8 changed files with 0 additions and 98 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue