10 lines
177 B
Bash
Raw Normal View History

2025-06-04 09:42:48 +08:00
#!/bin/sh
#
# Pre-commit hooks
# Make sure node modules are available to Github Desktop
PATH=$PATH:/usr/local/bin:/usr/local/sbin
# Lint and test before committing
grunt test