mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-05-01 20:57:40 +00:00
pre commit adjusted
Signed-off-by: Benny <benny@hierl.dev>
This commit is contained in:
parent
54f869c7cd
commit
42f0a6f63c
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
. "$(dirname "$0")/_/husky.sh"
|
. "$(dirname "$0")/_/husky.sh"
|
||||||
|
|
||||||
|
export NVM_DIR="$HOME/.nvm"
|
||||||
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
|
||||||
|
|
||||||
npm run lint
|
npm run lint
|
||||||
|
|
Loading…
Add table
Reference in a new issue