mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-06-07 14:03:33 +02:00
Add build command to scripts
This commit is contained in:
+2
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user