Skip to content

Commit

Permalink
Scripted auto-commit on change (2021-09-02 13:29:57) by gitwatch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mjobuda committed Sep 2, 2021
1 parent c8cd194 commit 7b3f026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inotifyjob.zsh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7b3f026

Please sign in to comment.