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