Skip to content

Commit daeb624

Browse files
authored
chore: fix publish script (#28465)
1 parent 1fe3f9a commit daeb624

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
@@ -141,7 +141,7 @@
141141
"prebootstrap": "yarn",
142142
"prettier": "prettier \"**/*.{md,css,scss,yaml,yml}\"",
143143
"prepublishOnly": "node scripts/check-publish-access",
144-
"publish": "echo \"Use `yarn publish-next` or `yarn publish-release` instead of `yarn run publish`\"",
144+
"publish": "echo \"Use 'yarn publish-next' or 'yarn publish-release' instead of 'yarn run publish'\"",
145145
"publish-canary": "lerna publish --canary --yes",
146146
"publish-preminor": "node scripts/clear-package-dir preminor --verbose && lerna publish preminor --pre-dist-tag=next --preid=next --force-publish --allow-branch=master --message=\"chore(release): Publish next pre-minor\"",
147147
"publish-next": "node scripts/clear-package-dir prerelease --verbose && lerna publish prerelease --pre-dist-tag=next --preid=next --allow-branch=master --message=\"chore(release): Publish next\"",

0 commit comments

Comments
 (0)