mirror of
https://github.com/Paris-est-Ludique/intranet.git
synced 2025-06-11 10:04:20 +02:00
5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn test
|