瀏覽代碼

Remove spurious comment

Jason Grout 6 年之前
父節點
當前提交
9b5339d5de
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      buildutils/src/update-dist-tag.ts

+ 0 - 1
buildutils/src/update-dist-tag.ts

@@ -65,7 +65,6 @@ commander
 so that 'latest' points to the latest stable release and 'next'
 points to the latest prerelease after it.`
   )
-  // .option('--dry-run', 'Do not perform actions, just print output')
   .option('--lerna', 'Update dist-tags in all lerna packages')
   .option('--path [path]', 'Path to package or monorepo to update')
   .action(async (args: any) => {