mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 05:01:03 +00:00
10 lines
177 B
Bash
10 lines
177 B
Bash
#!/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
|