Skip to main content
Module

x/trex/.githooks/pre-push

Package Manager for deno 🦕
Go to Latest
File
#!/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"