File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
microfrontends/SignDocuments Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 41
41
},
42
42
"scripts" : {
43
43
"start" : " mf-cra start" ,
44
- "build" : " rm -rf public/mfbuild/* && npm run micro && CI=false && mf-cra build" ,
44
+ "start-prod" : " serve -s build" ,
45
+ "build" : " rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build" ,
45
46
"micro" : " cd ../../microfrontends/SignDocuments && npm install && npm run build" ,
46
47
"test" : " react-scripts test" ,
47
48
"eject" : " react-scripts eject" ,
Original file line number Diff line number Diff line change 9
9
/coverage
10
10
11
11
# production
12
- /build
12
+ /mfbuild
13
13
14
14
# misc
15
15
.DS_Store
Original file line number Diff line number Diff line change 35
35
},
36
36
"scripts" : {
37
37
"start" : " mf-cra start" ,
38
- "build" : " CI=false && mf-cra build && mv build/* ../../apps/OpenSign/public/mfbuild " ,
38
+ "build" : " CI=false && BUILD_PATH='./mfbuild' mf-cra build && mv mfbuild ../../apps/OpenSign/public" ,
39
39
"test" : " react-scripts test" ,
40
40
"eject" : " react-scripts eject"
41
41
},
You can’t perform that action at this time.
0 commit comments