Skip to content

Commit e8350c3

Browse files
add Public_url in build scripts of microfrontend
1 parent 184b401 commit e8350c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microfrontends/SignDocuments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"scripts": {
3838
"start": "mf-cra start",
39-
"build": "CI=false && BUILD_PATH='./mfbuild' mf-cra build && mv mfbuild ../../apps/OpenSign/public",
39+
"build": "CI=false && PUBLIC_URL=./mfbuild BUILD_PATH='./mfbuild' mf-cra build && mv mfbuild ../../apps/OpenSign/public",
4040
"test": "react-scripts test",
4141
"eject": "react-scripts eject"
4242
},

0 commit comments

Comments
 (0)