diff --git a/.pre-commit-eslint.sh b/.pre-commit-eslint.sh index b2d6cd4..3dc1f7c 100755 --- a/.pre-commit-eslint.sh +++ b/.pre-commit-eslint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd web > /dev/null if [[ -f "./node_modules/.bin/eslint" ]]; then ARGS=("$@") diff --git a/.pre-commit-tsc.sh b/.pre-commit-tsc.sh index b39434a..c8ea37e 100755 --- a/.pre-commit-tsc.sh +++ b/.pre-commit-tsc.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash cd web > /dev/null if [[ -f "./node_modules/.bin/tsc" ]]; then tsc --build --noEmit