mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-24 10:24:48 +02:00
5 lines
62 B
Bash
5 lines
62 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm test
|