Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul authored and umputun committed Nov 13, 2024
1 parent 752414e commit 1d55a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d55a6a

Please sign in to comment.