Add set -e to pre-commit hook

This commit is contained in:
RA80533 2021-06-10 13:28:49 -04:00 committed by GitHub
parent 29386c70ef
commit 98a1251dbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
npm i --package-lock-only
npm run lint --fix
npm run build