Skip to content

Commit 6f1a5fd

Browse files
Update package.json
1 parent cd68697 commit 6f1a5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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",

0 commit comments

Comments
 (0)