Files
codecov-action/hooks/pre-commit
2021-04-29 17:33:25 -04:00

9 lines
133 B
Bash
Executable File

#!/usr/bin/env bash
npm i --package-lock-only
npm run lint --fix
npm run build
git add src/
git add dist/
git add package-lock.json