diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6518c2a77..4dfc3bed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,9 +78,6 @@ jobs: - name: Install yarn dependencies run: git config --global url."https://".insteadOf ssh:// && yarn install if: steps.cache_node.outputs.cache-hit != 'true' - - name: Run yarn postinstall if cache hitted - run: yarn run postinstall - if: steps.cache_node.outputs.cache-hit == 'true' - name: Build packages run: yarn build - name: Check licenses diff --git a/docs/command-line-interface/config.md b/docs/command-line-interface/config.md index d074a79f9..9ea26cce8 100644 --- a/docs/command-line-interface/config.md +++ b/docs/command-line-interface/config.md @@ -41,6 +41,7 @@ Configure running node information for propagating transactions to network ``` USAGE $ celocli config:set [-n ] [--globalHelp] [--derivationPath ] + [--telemetry 1|0] FLAGS -n, --node= URL of the node to run commands against or an alias @@ -48,6 +49,8 @@ FLAGS when using --useLedger flag. Options: 'eth', 'celoLegacy', or a custom derivation path --globalHelp View all available global flags + --telemetry=