Skip to content

Commit

Permalink
chore: npm run demo-build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnjm committed Jul 31, 2024
1 parent 05e7cdd commit c115db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"postinstall": "vendor-copy",
"demo": "cd exampleSite; hugo --themesDir ../.. serve -D --disableFastRender -b http://localhost:1313 ; cd ..",
"demo-build": "cd exampleSite; hugo --themesDir ../.. -D --disableFastRender; cd ..",
"demo-build": "cd exampleSite; hugo --themesDir ../.. -D; cd ..",
"test": "echo \"test\""
},
"repository": {
Expand Down

0 comments on commit c115db3

Please sign in to comment.