Burt 1 год назад
Родитель
Сommit
06bcf616c6
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .husky/commit-msg
  2. 1 1
      .husky/pre-commit

+ 1 - 1
.husky/commit-msg

@@ -6,7 +6,7 @@ export NVM_DIR="$HOME/.nvm"
 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
 
 # Use the correct Node.js version
-nvm use v20.15.1
+# nvm use v20.15.1
 
 # Run the commit-msg hook
 npx --no-install commitlint --edit

+ 1 - 1
.husky/pre-commit

@@ -6,7 +6,7 @@ export NVM_DIR="$HOME/.nvm"
 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
 
 # Use the correct Node.js version
-nvm use v20.15.1
+# nvm use v20.15.1
 
 # Run the pre-commit hook
 npx --no-install -- lint-staged