Add build command to scripts

This commit is contained in:
dzello
2019-02-06 14:10:16 +01:00
parent 1c30b2c34e
commit 8ee5f12eaf
+2 -1
View File
@@ -1,6 +1,7 @@
{ {
"scripts": { "scripts": {
"start": "hugo server -s exampleSite" "start": "hugo server -s exampleSite",
"build": "hugo -s exampleSite"
}, },
"dependencies": { "dependencies": {
"npm": "^6.7.0" "npm": "^6.7.0"