Closed salim-b closed 1 year ago
Cleans the destination directory (public/ by default) via hugo --cleanDestinationDir in the build npm script.
public/
hugo --cleanDestinationDir
build
Avoid cluttering output dir with obsolete files.
npm run test
Summary
Cleans the destination directory (
public/
by default) viahugo --cleanDestinationDir
in thebuild
npm script.Motivation
Avoid cluttering output dir with obsolete files.
Checks
npm run test