# listings staged files only
fileList=$(git diff --diff-filter=AM --cached --name-only)

npm run precommit $fileList
