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

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-10-15 12:05:07 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-10-15 12:05:07 +0300
commit7908eae6b60c2ff47bcb43665543ff74ec08b2d7 (patch)
tree4f5cdaff79f210b900e0538c17ef46da8d4c2a94
parentac2458196b85a4fe6577974ae9d159727130ce6c (diff)
parent0d8aeb7655add2df8dc2ac5495a8ba6675c73b00 (diff)
Merge remote-tracking branch 'origin/master'
-rw-r--r--exampleSite/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/package.json b/exampleSite/package.json
index ac74293..ec1fc42 100644
--- a/exampleSite/package.json
+++ b/exampleSite/package.json
@@ -1,6 +1,6 @@
{
"scripts": {
- "build": "hugo",
+ "build": "amazon-linux-extras install golang1.11 && hugo"
"dev": "hugo server"
}
}