Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit a1bc43b

Browse files
committed
Try using --package-lock-only to fix changesets version command
1 parent d54374c commit a1bc43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/changeset-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const { execSync } = require("node:child_process");
66
// This is a workaround until this is handled automatically by `changeset version`.
77
// See https://github.com/changesets/changesets/issues/421.
88
execSync("npx changeset version");
9-
execSync("npm install");
9+
execSync("npm install --package-lock-only");

0 commit comments

Comments
 (0)