mirror of
https://github.com/uetchy/namae.git
synced 2026-06-01 02:59:46 +09:00
5 lines
51 B
Bash
5 lines
51 B
Bash
|
|
#!/bin/sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
npm test
|