mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-05-11 02:58:03 +08:00
5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn lint
|