Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit b798fcb

Browse files
committed
build: use npm instead of pnpm
1 parent fa9f6ac commit b798fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cli-integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("CLI Integration", () => {
88

99
// Ensure the CLI is built before running integration tests
1010
beforeAll(() => {
11-
execSync("pnpm build", { stdio: "inherit" });
11+
execSync("npm run build", { stdio: "inherit" });
1212
});
1313

1414
it("should display version", () => {

0 commit comments

Comments
 (0)