6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if command -v npx &> /dev/null; then
|
|
npx lint-staged
|
|
fi
|