浏览代码

Docs: Clarified the script doc. [skip ci]

Piotrek Koszuliński 6 年之前
父节点
当前提交
e455cd3640
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      scripts/clean-up-svg-icons.sh

+ 4 - 1
scripts/clean-up-svg-icons.sh

@@ -7,7 +7,10 @@
 # The configuration file is located in svgo.config.json.
 #
 # Usage:
-#	npm run clean-up-svg-icons path/to/icons/*.svg
+#	yarn run clean-up-svg-icons path/to/icons/foo.svg
+#
+# To optimize the entire project:
+#	yarn clean-up-svg-icons packages/**/theme/icons
 
 for i in "$@"
 do