mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
Add build command to scripts
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "hugo server -s exampleSite"
|
||||
"start": "hugo server -s exampleSite",
|
||||
"build": "hugo -s exampleSite"
|
||||
},
|
||||
"dependencies": {
|
||||
"npm": "^6.7.0"
|
||||
|
||||
Reference in New Issue
Block a user