File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
microfrontends/SignDocuments Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 42
42
"build" : " npm run version && rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build" ,
43
43
"micro" : " cd ../../microfrontends/SignDocuments && npm install && npm run build" ,
44
44
"docker-build" : " npm run version && rm -rf public/mfbuild && npm run docker-micro && CI=false && mf-cra build" ,
45
- "docker-micro" : " cd ./SignDocuments && npm install && npm run build" ,
45
+ "docker-micro" : " cd ./SignDocuments && npm install && npm run docker- build" ,
46
46
"test" : " react-scripts test" ,
47
47
"eject" : " react-scripts eject" ,
48
48
"release" : " standard-version" ,
Original file line number Diff line number Diff line change 40
40
"scripts" : {
41
41
"start" : " mf-cra start" ,
42
42
"build" : " CI=false && PUBLIC_URL=./mfbuild BUILD_PATH='./mfbuild' mf-cra build && mv mfbuild ../../apps/OpenSign/public" ,
43
+ "docker-build" : " CI=false && PUBLIC_URL=./mfbuild BUILD_PATH='./mfbuild' mf-cra build && mv mfbuild ../public" ,
43
44
"test" : " react-scripts test" ,
44
45
"eject" : " react-scripts eject"
45
46
},
You can’t perform that action at this time.
0 commit comments