Commit 1a04fac7 authored by syadziy's avatar syadziy

update fix environtment

parent 6c455c55
......@@ -53,15 +53,17 @@
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=8192 build",
"build_dev": "copy .env_dev .env && react-scripts --max_old_space_size=8192 build",
"build_prod": "copy .env_prod .env && react-scripts --max_old_space_size=8192 build",
"build_dev_linux": "cp .env_dev .env && react-scripts --max_old_space_size=8192 build",
"build_prod": "copy .env_prod .env && react-scripts --max_old_space_size=8192 build",
"build_prod_linux": "cp .env_prod .env && react-scripts --max_old_space_size=8192 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"local": "copy .env_local .env && react-scripts start",
"local_linux": "cp .env_local .env && react-scripts start",
"dev": "copy .env_dev .env && react-scripts start",
"prod": "copy .env_prod .env && react-scripts start",
"dev_linux": "cp .env_dev .env && react-scripts start",
"prod_linux": "cp .env_prod .env && react-scripts start"
"prod": "copy .env_prod .env && react-scripts start",
"prod_linux": "cp .env_prod .env && react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment