mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-24 13:52:15 +08:00
5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npm run lint
|