Code Review
/
portal
/
aiml-dashboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
0e686af
)
Adding build script for dashboard
73/9673/1
author
josephthaliath
<jo.thaliath@samsung.com>
Thu, 17 Nov 2022 04:57:23 +0000
(10:27 +0530)
committer
josephthaliath
<jo.thaliath@samsung.com>
Thu, 17 Nov 2022 04:57:23 +0000
(10:27 +0530)
Issue-Id: AIMLFW-4
Signed-off-by: josephthaliath <jo.thaliath@samsung.com>
Change-Id: I0ba6c2a8b20580a6216baf01796bf9236e37a59d
npm_run_build.sh
[new file with mode: 0644]
patch
|
blob
diff --git a/npm_run_build.sh
b/npm_run_build.sh
new file mode 100644
(file)
index 0000000..
9598f67
--- /dev/null
+++ b/
npm_run_build.sh
@@ -0,0
+1,2
@@
+REACT_APP_UCM_HOST=$REACT_APP_TM_HOST REACT_APP_UCM_PORT=$REACT_APP_TM_PORT REACT_APP_NOTEBOOK_HOST=$REACT_APP_NOTEBOOK_HOST REACT_APP_NOTEBOOK_PORT=$REACT_APP_NOTEBOOK_PORT npm run build
+serve -s build -l $AIMLDASHBOARD_PORT
\ No newline at end of file