mirror of
https://github.com/harivansh-afk/Saas-Teamspace-2.git
synced 2026-04-15 09:01:17 +00:00
3 lines
146 B
Bash
3 lines
146 B
Bash
#!/bin/sh
|
|
# Disable concurent to run `check-types` after ESLint in lint-staged
|
|
cd "$(dirname "$0")/.." && npx --no lint-staged --concurrent false
|