mirror of
https://github.com/CarlGao4/um-react-electron.git
synced 2024-11-23 23:12:15 +00:00
5 lines
63 B
Bash
Executable File
5 lines
63 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
pnpm test
|