Skip to content

Commit 91a7106

Browse files
committed
fix(e2e): update CLI version to match package.json
1 parent 7b77bf6 commit 91a7106

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/commands/tests/e2e/harness
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import { createCli } from "bailian-cli-runtime";
2+
import pkg from "../../../../cli/package.json" with { type: "json" };
23
import { e2eCommandMap } from "./e2e-command-map.ts";
34

45
void createCli(e2eCommandMap, {
56
binName: "bl",
6-
version: "0.0.0-e2e",
7+
version: pkg.version,
78
clientName: "commands-e2e",
89
npmPackage: "bailian-cli-commands",
910
}).run();

0 commit comments

Comments
 (0)