From 0df64748291c541d5a8cbcdda304d9b5646b6976 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 30 Jun 2020 11:37:09 +0200 Subject: [PATCH] Implement review feedback --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index c7266eafc8..70c235b815 100644 --- a/HACKING.md +++ b/HACKING.md @@ -20,7 +20,7 @@ systems. Please see [this website](https://git-lfs.github.com/) for instructions how to install it. If you installed git-lfs after cloning this repo, use this command to replace -the links with the original files: `git lfs checkout`. +the links with the original files: `git lfs fetch && git lfs checkout`. To verify everything worked as expected, check if the testing contracts are correctly checked out: @@ -77,6 +77,6 @@ After you modified a file, check if the linter is happy: ```sh yarn lint -# or if you want liniting plus automatic fixing +# or if you want linting plus automatic fixing yarn lint-fix ```