From 5ebc7b7ef2d37cb608087124764ab41a678f3def Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Mon, 26 Jun 2023 13:20:12 +0600 Subject: [PATCH] test workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },