Skip to content

Commit 1efb09a

Browse files
committed
chore: change publish latest script
1 parent 57f311c commit 1efb09a

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
@@ -9,7 +9,7 @@
99
"publish:dev": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid dev-$(date +\"%Y%m%dT%H%M%S\") --dist-tag dev --force-publish --no-verify-access --no-changelog --no-git-tag-version --no-push --yes",
1010
"publish:rc": "lerna publish prerelease --conventional-commits --conventional-prerelease --preid next --dist-tag next --force-publish --no-verify-access --yes",
1111
"publish:release-from-prerelease": "lerna publish --conventional-graduate --conventional-commits --dist-tag next --force-publish --no-verify-access --yes",
12-
"publish:latest-invalid": "lerna publish --conventional-commits --dist-tag latest --force-publish --no-verify-access --yes"
12+
"publish:latest": "lerna publish --conventional-commits --dist-tag latest --force-publish --no-verify-access --yes"
1313
},
1414
"devDependencies": {
1515
"@types/node": "^20.11.25",

0 commit comments

Comments
 (0)