Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
e14518f5
Commit
e14518f5
authored
Dec 11, 2020
by
d.arizona
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apdet
parent
91230be2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
package.json
package.json
+7
-1
No files found.
package.json
View file @
e14518f5
...
@@ -48,11 +48,17 @@
...
@@ -48,11 +48,17 @@
"build_dev"
:
"copy .env_dev .env && react-scripts --max_old_space_size=8192 build"
,
"build_dev"
:
"copy .env_dev .env && react-scripts --max_old_space_size=8192 build"
,
"build_demo"
:
"copy .env_demo .env && react-scripts --max_old_space_size=8192 build"
,
"build_demo"
:
"copy .env_demo .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"
:
"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_demo_linux"
:
"cp .env_demo .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"
,
"test"
:
"react-scripts test"
,
"eject"
:
"react-scripts eject"
,
"eject"
:
"react-scripts eject"
,
"tia_dev"
:
"copy .env_dev .env && react-scripts start"
,
"tia_dev"
:
"copy .env_dev .env && react-scripts start"
,
"tia_demo"
:
"copy .env_demo .env && react-scripts start"
,
"tia_demo"
:
"copy .env_demo .env && react-scripts start"
,
"tia_prod"
:
"copy .env_prod .env && react-scripts start"
"tia_prod"
:
"copy .env_prod .env && react-scripts start"
,
"tia_dev_linux"
:
"cp .env_dev .env && react-scripts start"
,
"tia_demo_linux"
:
"cp .env_demo .env && react-scripts start"
,
"tia_prod_linux"
:
"cp .env_prod .env && react-scripts start"
},
},
"eslintConfig"
:
{
"eslintConfig"
:
{
"extends"
:
"react-app"
"extends"
:
"react-app"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment