mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
5 lines
No EOL
74 B
Bash
Executable file
5 lines
No EOL
74 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn run license:check
|
|
yarn test |