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-04 13:06:06 +0300
committerGitHub <noreply@github.com>2020-10-04 13:06:06 +0300
commit0d8aeb7655add2df8dc2ac5495a8ba6675c73b00 (patch)
treeb74af4d841c609bb6c60d3cd50ac9048e5ffc69f
parenta17f4b7b22ac5decd905e804097e90e65b0ee77d (diff)
Update package.json
-rw-r--r--exampleSite/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/package.json b/exampleSite/package.json
index a9f03e9..55e2d0e 100644
--- a/exampleSite/package.json
+++ b/exampleSite/package.json
@@ -1,6 +1,6 @@
{
"scripts": {
- "build": "hugo"
+ "build": "amazon-linux-extras install golang1.11 && hugo"
}
}