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:
Diffstat (limited to 'exampleSite/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 ec1fc42..16b7e22 100644
--- a/exampleSite/package.json
+++ b/exampleSite/package.json
@@ -1,6 +1,6 @@
{
"scripts": {
- "build": "amazon-linux-extras install golang1.11 && hugo"
+ "build": "amazon-linux-extras install golang1.11 && hugo",
"dev": "hugo server"
}
}