Spaces:
Running
Running
File size: 147 Bytes
f75d7fa |
1 2 3 4 |
#!/bin/sh
# Disable concurrent to run `check-types` after ESLint in lint-staged
cd "$(dirname "$0")/.." && npx --no lint-staged --concurrent false
|