1
0
Fork 0
mirror of https://github.com/kou029w/nodejs-hands-on.git synced 2025-04-02 18:36:23 +00:00
nodejs-hands-on/.githooks/pre-commit
2023-11-08 14:51:17 +09:00

4 lines
45 B
Bash
Executable file

#!/bin/sh
set -e
npm run format
npm run test