From e4210ae568e4895519a9acc2fdc7c4164978b548 Mon Sep 17 00:00:00 2001 From: Tilman Vatteroth Date: Tue, 29 Dec 2020 08:54:05 +0100 Subject: [PATCH] Rename npm task (#897) Signed-off-by: Tilman Vatteroth --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54e15e752..ae8777f42 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ }, "scripts": { "start": "PORT=3001 craco start", - "start:dev": "REACT_APP_BACKEND=http://localhost:3000 yarn start", + "start:for-real-backend": "REACT_APP_BACKEND=http://localhost:3000 yarn start", "build:serve": "http-server build/ -s -p 3001 -P \"http://127.0.0.1:3001?\"", "build": "craco build", "analyze": "cross-env ANALYZE=true craco build",