mirror of
https://github.com/KwiTsukasa/kt-template-online-playground.git
synced 2026-05-28 00:47:42 +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
|