mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
pre-commit: update shebang in pre-commit scripts
This commit is contained in:
parent
462c2e978e
commit
09fd60fdfe
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
cd web > /dev/null
|
cd web > /dev/null
|
||||||
if [[ -f "./node_modules/.bin/eslint" ]]; then
|
if [[ -f "./node_modules/.bin/eslint" ]]; then
|
||||||
ARGS=("$@")
|
ARGS=("$@")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
cd web > /dev/null
|
cd web > /dev/null
|
||||||
if [[ -f "./node_modules/.bin/tsc" ]]; then
|
if [[ -f "./node_modules/.bin/tsc" ]]; then
|
||||||
tsc --build --noEmit
|
tsc --build --noEmit
|
||||||
|
|
Loading…
Add table
Reference in a new issue