codecov-action/hooks/pre-commit
2020-12-20 17:04:06 -05:00

5 lines
83 B
Bash
Executable file

#!/usr/bin/env bash
npm i --package-lock-only
npm run build
git add dist/index.js