We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b77bf6 commit 91a7106Copy full SHA for 91a7106
1 file changed
packages/commands/tests/e2e/harness/main.ts
@@ -1,9 +1,10 @@
1
import { createCli } from "bailian-cli-runtime";
2
+import pkg from "../../../../cli/package.json" with { type: "json" };
3
import { e2eCommandMap } from "./e2e-command-map.ts";
4
5
void createCli(e2eCommandMap, {
6
binName: "bl",
- version: "0.0.0-e2e",
7
+ version: pkg.version,
8
clientName: "commands-e2e",
9
npmPackage: "bailian-cli-commands",
10
}).run();
0 commit comments