often times, we need change some ENVs when testing. but restarting the bridge-ui container runs https://github.com/0xPolygonHermez/zkevm-bridge-ui/blob/develop/scripts/deploy.sh and it will rebuild the entire app because these lines ``` # Build app cd /app && npm run build ``` and it will take minutes which make testing and development hard
often times, we need change some ENVs when testing.
but restarting the bridge-ui container runs https://github.com/0xPolygonHermez/zkevm-bridge-ui/blob/develop/scripts/deploy.sh and it will rebuild the entire app because these lines
and it will take minutes which make testing and development hard