added precommit hook

This commit is contained in:
2023-07-30 23:33:51 +02:00
parent db50a93512
commit da3f00acb6
3 changed files with 21 additions and 1 deletions

View File

@@ -55,3 +55,7 @@ emulator:
.PHONY: webconsole
webconsole:
node console.js
.PHONY: format
format:
haxelib run formatter -s src