We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b87f1 commit 134444cCopy full SHA for 134444c
apps/OpenSign/package.json
@@ -41,6 +41,8 @@
41
"version": "curl -s https://api.github.com/repos/opensignlabs/opensign/releases/latest | grep '\"tag_name\":' | awk -F '\"' '{print $4}' > ./public/version.txt",
42
"build": "npm run version && rm -rf public/mfbuild && npm run micro && CI=false && mf-cra build",
43
"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",
46
"test": "react-scripts test",
47
"eject": "react-scripts eject",
48
"release": "standard-version",
0 commit comments