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:53 +0300
committerGitHub <noreply@github.com>2020-10-15 12:05:53 +0300
commitd9500b0df68098409e311d8c48b91d971572ba86 (patch)
tree50960a579848a2e1e72b0e29b41e8f039a5b0e5e
parent7908eae6b60c2ff47bcb43665543ff74ec08b2d7 (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 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"
}
}