瀏覽代碼

Docs: Remove note about passing `--`. [skip ci]

We recommend `yarn` which doesn't require passing arguments after `--`.
Maciej 5 年之前
父節點
當前提交
78d6fe0d86
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      docs/framework/guides/contributing/development-environment.md

+ 0 - 2
docs/framework/guides/contributing/development-environment.md

@@ -109,8 +109,6 @@ This task accepts the following arguments:
 * `--production` – Minifies the assets and performs other actions which are unnecessary during CKEditor 5 development.
 * `--verbose` – Prints out more information.
 
-Note: These arguments must be passed after additional `--`:
-
 ```
 yarn run docs --skip-api
 ```