4 lines
76 B
Text
4 lines
76 B
Text
|
|
#!/usr/bin/env sh
|
||
|
|
cd "$(dirname "$0")/.."/landing || exit 1
|
||
|
|
npx lint-staged
|