diff --git a/.git-hooks/pre-commit.sh b/.git-hooks/pre-commit.sh index 2ddc8a6..4f3f93f 100755 --- a/.git-hooks/pre-commit.sh +++ b/.git-hooks/pre-commit.sh @@ -1,7 +1,5 @@ #!/bin/sh -denon task format -denon task lint -denon task check - -git add -u \ No newline at end of file +deno task format --check +deno task lint +deno task check diff --git a/README.md b/README.md index 03dfe7d..a55abc8 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ app.get("/render", async (context) => {