From bfbab213a71347dc77ddd96db24c1704a7f8c5b3 Mon Sep 17 00:00:00 2001 From: Brandon Clayton <bclayton@usgs.gov> Date: Wed, 4 May 2022 16:29:40 -0600 Subject: [PATCH] add pre push --- .husky/pre-push | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .husky/pre-push diff --git a/.husky/pre-push b/.husky/pre-push new file mode 100644 index 0000000..70d2266 --- /dev/null +++ b/.husky/pre-push @@ -0,0 +1,4 @@ +#!/bin/bash + +npm run pretty-quick -- --staged; +npm run lint; -- GitLab