Skip to content

Commit 7474f19

Browse files
committed
Sorted CLI flags.
1 parent ab5fb08 commit 7474f19

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
@@ -26,7 +26,7 @@
2626
"publish-patch": "./bin/version.js patch",
2727
"publish-minor": "./bin/version.js minor",
2828
"publish-major": "./bin/version.js major",
29-
"publish-preview": "npm publish --dry-run --workspaces",
29+
"publish-preview": "npm publish --workspaces --dry-run",
3030
"debug-link": "npm link --workspaces"
3131
},
3232
"private": true

0 commit comments

Comments
 (0)