Files
codecov-action/hooks/pre-commit
2021-06-11 10:05:06 -04:00

10 lines
108 B
Bash
Executable File

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