Skip to content

Commit fe80f3e

Browse files
committed
wrong option
1 parent 8af5f2e commit fe80f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changes/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"getPublishedVersion": "npm view ${ pkgFile.pkg.name } version",
77
"prepublish": ["pnpm i", "pnpm build"],
88
"publish": ["pnpm publish --access public --no-git-checks"],
9-
"postversion": ["pnpm i --lock-file-only"],
9+
"postversion": ["pnpm i --lockfile-only"],
1010
"postpublish": [
1111
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor } -f",
1212
"git tag ${ pkg.pkg }-v${ pkgFile.versionMajor }.${ pkgFile.versionMinor } -f",

0 commit comments

Comments
 (0)