Skip to content

Commit 134444c

Browse files
chore: add build command for docker-hub
1 parent 44b87f1 commit 134444c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/OpenSign/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"version": "curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\"tag_name\":' | awk -F '\"' '{print $4}' > ./public/version.txt",
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",
44+
"docker-build": "npm run version && rm -rf public/mfbuild && npm run docker-micro && CI=false && mf-cra build",
45+
"docker-micro": "cd ./microfrontends/SignDocuments && npm install && npm run build",
4446
"test": "react-scripts test",
4547
"eject": "react-scripts eject",
4648
"release": "standard-version",

0 commit comments

Comments
 (0)