nodejs-hands-on/.githooks/pre-commit

5 lines
45 B
Text
Raw Normal View History

2023-11-08 14:51:17 +09:00
#!/bin/sh
set -e
npm run format
npm run test