From c02069a96390b817284c3d6bf18da4c4169e33a7 Mon Sep 17 00:00:00 2001 From: Simon C Date: Fri, 8 May 2020 10:43:27 +0200 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20d=C3=A9pendance=20nvm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run | 1 - 1 file changed, 1 deletion(-) diff --git a/run b/run index 756db1f..c0a5f2c 100755 --- a/run +++ b/run @@ -33,7 +33,6 @@ if [ $# -ge 1 ]; then echo "- Initialisation de git submodule" git submodule init echo "- Installe les dépendances node" - nvm use cd themes/hugo-theme-lowtech && npm i fi else