From 5fbc311a368b54f648d7eeadcc78ba050990f66d Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Wed, 24 Mar 2021 13:36:31 -0400 Subject: [PATCH] fix(build): local run, use prod-stable as chrome basis (#609) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0fe752c9..e706e3971 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "build:js": "react-scripts build", "build:post": "bash ./scripts/post.sh", "build:pre": "bash ./scripts/pre.sh", - "dev:chrome": "bash ./scripts/dev.chrome.sh -b master", + "dev:chrome": "bash ./scripts/dev.chrome.sh -b prod-stable", "release": "standard-version", "start": "run-s dev:chrome; run-p -l api:dev start:js", "start:js": "react-scripts start",