File tree Expand file tree Collapse file tree 3 files changed +1
-219
lines changed Expand file tree Collapse file tree 3 files changed +1
-219
lines changed Original file line number Diff line number Diff line change 2
2
" bob-the-bundler " : major
3
3
---
4
4
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.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import consola from "consola";
4
4
import { useConfig } from "./config" ;
5
5
import { CommandFactory } from "./command" ;
6
6
import { buildCommand } from "./commands/build" ;
7
- import { runCommand } from "./commands/run" ;
8
7
import { runifyCommand } from "./commands/runify" ;
9
8
import { bootstrapCommand } from "./commands/bootstrap" ;
10
9
import { checkCommand } from "./commands/check" ;
@@ -19,7 +18,6 @@ async function main() {
19
18
20
19
const commands : CommandFactory < any , any > [ ] = [
21
20
buildCommand ,
22
- runCommand ,
23
21
runifyCommand ,
24
22
bootstrapCommand ,
25
23
checkCommand ,
You can’t perform that action at this time.
0 commit comments