Skip to content

Commit 140f8b6

Browse files
committed
chore: fix another build issue
1 parent 209f643 commit 140f8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"test-watch": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch --reporters=default",
118118
"test-coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage=true",
119119
"prepack": "tsc && npm run readme",
120-
"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",
120+
"version": "npm run build && npm run readme && git add README.md && changeset version && npm i --package-lock-only && npm run compile",
121121
"release": "npm run build && changeset publish",
122122
"package": "tsx src/build-tools/build-binaries.ts"
123123
},

0 commit comments

Comments
 (0)