X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.husky%2Fpre-commit;h=cf0c46b936c647a48c38cfbf9d837b280fcbb754;hb=bacb519658eda17e7d5f5d5428fe2e6781c934d3;hp=36af219892fda8ea669cd4b6725cd7b892231967;hpb=c28d8adf214c89a5fbb33e3cd5858d05679874fe;p=e-mobility-charging-stations-simulator.git diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af2198..cf0c46b9 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" -npx lint-staged +npx --no-install lint-staged