diff --git a/package.json b/package.json index e884a21..3f8ee33 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dev": "cd exampleSite; hugo server || hugo server --themesDir ../..", "test": "cd exampleSite; hugo server --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify || hugo server --themesDir ../.. --disableFastRender --navigateToChanged --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --watch --forceSyncStatic -e production --minify", "build": "cd exampleSite; hugo --gc --minify --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --forceSyncStatic || hugo --themesDir ../.. --gc --minify --templateMetrics --templateMetricsHints --buildDrafts --buildExpired --buildFuture --forceSyncStatic", - "update-modules": "hugo mod clean && hugo mod get -u ./... && hugo mod tidy", + "update-modules": "hugo mod clean --all && hugo mod get -u ./... && hugo mod tidy", "format": "prettier -w .", "remove-darkmode": "node ./scripts/removeDarkmode.js && yarn format" },