Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <jan@janraasch.com>2022-02-03 20:37:42 +0300
committerJan Raasch <jan@janraasch.com>2022-02-03 20:37:42 +0300
commite800935b91422f4bff7a2486d68e6c1506cc4ed7 (patch)
tree0bd58092b4f14a21327da1f80ec73ad0beb78bb7
parent0246cf3f078bde24e59b6525fbc7a2dfc9fb0da9 (diff)
Copy .nvmrc as part of manual_setup.sh
See https://github.com/janraasch/hugo-product-launch-kickstart/commit/8b047e563658c0f449b8848830d94e0895641cbd
-rw-r--r--scripts/manual_setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/manual_setup.sh b/scripts/manual_setup.sh
index 2eead0c..57acad7 100644
--- a/scripts/manual_setup.sh
+++ b/scripts/manual_setup.sh
@@ -12,6 +12,9 @@ cp -v themes/hugo-product-launch/package-lock.json .
echo 'Git: Copy .gitignore'
cp -v themes/hugo-product-launch/.gitignore .
+echo 'NodeJS: Copy .nvmrc'
+cp -v themes/hugo-product-launch/.nvmrc .
+
echo 'NodeJS: Install dependencies'
echo 'NodeJS Version:'
node -v