Rename npm task (#897)

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Tilman Vatteroth 2020-12-29 08:54:05 +01:00 committed by GitHub
parent 5095504764
commit e4210ae568
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",