Skip to content

Commit

Permalink
Don't silence Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
thattommyhall authored and aschmahmann committed Jul 22, 2021
1 parent dda713f commit adc7572
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 @@ -12,7 +12,7 @@
"webpack:watch": "webpack --watch-stdin",
"less:watch": "onchange 'site/assets/less/**/*.less' -- npm run less:build",
"less:build": "lessc site/assets/less/main.less --clean-css site/static/site.css",
"build:hugo": "hugo --quiet -s site -d ../releases",
"build:hugo": "hugo -s site -d ../releases",
"build:assets": "npm run less:build && npm run webpack:build",
"build": "npm run dist && npm run build:assets && npm run build:hugo",
"start": "npm run clean && npm run dist && npm run less:build && npm run webpack:build && concurrently --kill-others 'npm run less:watch' 'npm run webpack:watch' 'hugo serve -s site'"
Expand Down

0 comments on commit adc7572

Please sign in to comment.