mirror of
https://codeberg.org/JasterV/sentences-crud.git
synced 2026-04-26 18:10:05 +00:00
7 lines
76 B
Bash
Executable file
7 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -n "$CI" ] && exit 0
|
|
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm test
|