diff --git a/package.json b/package.json index 6034d95..a274fbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "scripts": { - "start": "hugo server -s exampleSite" + "start": "hugo server -s exampleSite", + "build": "hugo -s exampleSite" }, "dependencies": { "npm": "^6.7.0"