From 7b3f0268a016d6ed9bda1742fabb115b0501b77c Mon Sep 17 00:00:00 2001 From: Marek Owsikowski Date: Thu, 2 Sep 2021 13:29:57 +0200 Subject: [PATCH] Scripted auto-commit on change (2021-09-02 13:29:57) by gitwatch.sh --- inotifyjob.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotifyjob.zsh b/inotifyjob.zsh index d2eac8da9..418896afe 100755 --- a/inotifyjob.zsh +++ b/inotifyjob.zsh @@ -1,3 +1,3 @@ while inotifywait -r -e modify .; do - cd hardhat-fe ; npm install && npm run build && cd ../hhtest && npx hardhat clean && npx hardhat compile ; cd .. + clear;cd hardhat-fe ; npm install && npm run build && cd ../hhtest && npx hardhat clean && npx hardhat compile ; cd .. done