Files
flights_web_raw/node_modules/fetch-retry/.husky/pre-commit
T

7 lines
78 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run build
npm test
git add -A .