deno.land / x / trex@v1.13.1 / .githooks / pre-push

1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# testdeno test -A --unstable --import-map=./import_map.json
# format the code and commit itdeno fmt
# commit the code when it's formattedgit add .git diff --quiet && git diff --staged --quiet || git commit -m "format"
trex

Version Info

Tagged at
9 months ago