mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-03-12 20:56:17 -06:00
4 lines
51 B
Bash
Executable file
4 lines
51 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm test
|