mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 14:37:24 +00:00
Merge pull request #357 from RA80533/fix/pre-commit
Add `set -e` to pre-commit hook
This commit is contained in:
commit
ccdd5a11a4
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
npm i --package-lock-only
|
npm i --package-lock-only
|
||||||
npm run lint --fix
|
npm run lint --fix
|
||||||
npm run build
|
npm run build
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue