Skip to content

Commit 7cfca0a

Browse files
Merge pull request #427 from OpenSignLabs/prafull-opensignlabs-patch-9
2 parents 2e8d844 + 6f1a5fd commit 7cfca0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/OpenSign/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"build": "npm run version && rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
4343
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
4444
"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",
4646
"test": "react-scripts test",
4747
"eject": "react-scripts eject",
4848
"release": "standard-version",

microfrontends/SignDocuments/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"scripts": {
4141
"start": "mf-cra start",
4242
"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",
4344
"test": "react-scripts test",
4445
"eject": "react-scripts eject"
4546
},

0 commit comments

Comments
 (0)