Skip to content

Commit 80d541a

Browse files
committed
feat: remove run command
1 parent 92ad89f commit 80d541a

File tree

3 files changed

+1
-219
lines changed

3 files changed

+1
-219
lines changed

.changeset/five-lamps-provide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"bob-the-bundler": major
33
---
44

5-
Remove the `flat-pack` and `validate` commands that are no longer maintained and used.
5+
Remove the `flat-pack`, `validate` and `run` commands that are no longer maintained and used.

src/commands/run.ts

Lines changed: 0 additions & 216 deletions
This file was deleted.

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import consola from "consola";
44
import { useConfig } from "./config";
55
import { CommandFactory } from "./command";
66
import { buildCommand } from "./commands/build";
7-
import { runCommand } from "./commands/run";
87
import { runifyCommand } from "./commands/runify";
98
import { bootstrapCommand } from "./commands/bootstrap";
109
import { checkCommand } from "./commands/check";
@@ -19,7 +18,6 @@ async function main() {
1918

2019
const commands: CommandFactory<any, any>[] = [
2120
buildCommand,
22-
runCommand,
2321
runifyCommand,
2422
bootstrapCommand,
2523
checkCommand,

0 commit comments

Comments
 (0)