Skip to content

Commit 1de273f

Browse files
committed
chore: add explicit pnpm install before changeset publish in release script
1 parent 742404e commit 1de273f

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
@@ -12,7 +12,7 @@
1212
"validate": "pnpm run check-format && pnpm -r validate",
1313
"changeset": "changeset",
1414
"version-packages": "changeset version",
15-
"release": "pnpm run build && changeset publish"
15+
"release": "pnpm run build && pnpm install --frozen-lockfile && changeset publish"
1616
},
1717
"repository": {
1818
"type": "git",

0 commit comments

Comments
 (0)