codecov-action/hooks/pre-commit
2024-03-07 22:01:12 -08:00

10 lines
131 B
Bash
Executable file

#!/usr/bin/env bash
set -e
npm install
npm run lint
npm run build
chmod u+x dist/test.sh
git add dist/
git add package-lock.json