Files
codecov-action/hooks/pre-commit
2021-01-02 19:03:40 -05:00

9 lines
141 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/index.js
git add package-lock.json