From d50c6ce405bd7e4e4ea9800896f9bf7511040214 Mon Sep 17 00:00:00 2001 From: Ross Stenersen Date: Mon, 22 Dec 2025 11:28:11 -0600 Subject: [PATCH] chore: fix another build issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cdd41889..c1a2b37e 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "test-watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch --reporters=default", "test-coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage=true", "prepack": "tsc && npm run readme", - "version": "npm run build && npm run readme && git add README.md && changeset version && npm i --package-lock-only && npm run compile && npm run version -w packages/cli", + "version": "npm run build && npm run readme && git add README.md && changeset version && npm i --package-lock-only && npm run compile", "release": "npm run build && changeset publish", "package": "tsx src/build-tools/build-binaries.ts" },