mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-06-29 13:56:00 +08:00
5 lines
86 B
Bash
5 lines
86 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run lint && npm run prettier
|