diff --git a/package.json b/package.json index b2d7e28e3d51fffd353ca3a657a69293954f379d..6d522f1a0396090a142c4747bde0d2beb4f6d65c 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "test-e2e-sauce": "USE_SAUCE=true yarn run test-e2e", "build": "webpack --bail", "build-watch": "webpack --watch", - "build-hot": "NODE_ENV=hot webpack --bail && NODE_ENV=hot webpack-dev-server", + "build-hot": "NODE_ENV=hot webpack --bail && NODE_ENV=hot webpack-dev-server --progress", "start": "yarn run build && lein ring server", "storybook": "start-storybook -p 9001", "preinstall": "ps -fp $PPID | grep -q yarn || echo '\\033[0;33mSorry, npm is not supported. Please use Yarn (https://yarnpkg.com/).\\033[0m'"