mirror of
https://github.com/imfing/hextra.git
synced 2025-05-14 08:56:26 -04:00
chore: add metric command
This commit is contained in:
parent
21a13c49f9
commit
529fcd8a62
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user