mirror of
https://github.com/KwiTsukasa/kt-template-online-playground.git
synced 2026-05-27 16:45:45 +08:00
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
if grep -q '"lint-staged"' package.json; then
|
|
pnpm exec lint-staged --concurrent false
|
|
fi
|
|
|
|
pnpm run verify:commit
|