1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2026-08-11 19:47:14 +03:00

Don't hardcode npm path

This commit is contained in:
2026-08-07 15:46:48 +03:00
parent cb85d68372
commit d8111e7bf8
+1 -1
View File
@@ -306,7 +306,7 @@ function npm {
( (
export COLOR=1 export COLOR=1
export REACT_APP_NO_CLEAR_CONSOLE=1 export REACT_APP_NO_CLEAR_CONSOLE=1
exec /usr/bin/npm $@ | cat exec command npm $@ | cat
) )
} }