diff --git a/package.json b/package.json index fa6da3c1b..5247af1b4 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "scripts": { "dev": "yarn chainlist:build && (local-ssl-proxy --source 3443 --target 3000) & next", - "build": "yarn chainlist:build && next build && next export", + "build": "next build && next export", "start": "next start", "chainlist:build": "node scripts/buildChainList", "chainlist:update": "git submodule update --init --remote --recursive && yarn chainlist:build"