diff --git a/package.json b/package.json index edcb0ac..f813d59 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "dev:theme": "hugo server --logLevel=debug --config=hugo.yaml,../dev.toml --environment=theme --source=exampleSite --themesDir=../.. --disableFastRender -D --port 1313", "dev": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender -D --port 1313", "build:css": "npx postcss --config postcss.config.js --env production assets/css/styles.css -o assets/css/compiled/main.css", - "build": "hugo --gc --minify --themesDir=../.. --source=exampleSite" + "build": "hugo --gc --minify --themesDir=../.. --source=exampleSite", + "metrics": "hugo --themesDir=../.. --source=exampleSite --templateMetrics --templateMetricsHints" }, "devDependencies": { "@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",