Skip to content

Commit 685b8f1

Browse files
committed
Add progress to build:analyze command
1 parent 0839201 commit 685b8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"build": "NODE_ENV=production webpack build --config=webpack.prod.ts",
8-
"build:analyze": "NODE_ENV=production webpack --profile --json --config=webpack.prod.ts > out/stats.json && webpack-bundle-analyzer out/stats.json out",
8+
"build:analyze": "NODE_ENV=production webpack --profile --progress --json --config=webpack.prod.ts > out/stats.json && webpack-bundle-analyzer out/stats.json out",
99
"dev": "webpack-dev-server --config=webpack.dev.ts",
1010
"format:check": "prettier --check '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}'",
1111
"format:write": "prettier --write '**/*.{css,html,js,json,jsx,md,ts,tsx,yaml,yml}' && sql-formatter -l postgresql ./database/query.sql -o ./database/query.sql",

0 commit comments

Comments
 (0)