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

Commit b105336

Browse files
authored
Merge pull request #408 from cloudflare/fix-changesets
Try using `--package-lock-only` to fix `changesets version` command
2 parents d54374c + a1bc43b commit b105336

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)