diff --git a/hugo/package.json b/hugo/package.json index 59897102..6de8ea4c 100644 --- a/hugo/package.json +++ b/hugo/package.json @@ -2,7 +2,7 @@ "description": "Сайт подкаста Радио-Т", "scripts": { "build": "mix build --production", - "build:analyze": "ANALYZE=true mix build --production", + "build:analyze": "cross-env ANALYZE=true run-p build size-limit", "hugo": "cross-env-shell hugo serve --minify --port ${HUGO_PORT:-1313}", "hugo:no-live": "cross-env-shell hugo serve --minify --disableLiveReload --port ${HUGO_PORT:-1313}", "dev": "cross-env NODE_ENV=development run-p dev:watch hugo",