Files
codecov-action/hooks/pre-commit
2021-06-10 22:21:02 -04:00

11 lines
127 B
Bash
Executable File

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