mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
change micro script
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
"scripts": {
|
||||
"start": "mf-cra start",
|
||||
"build": "npm run micro && CI=false && mf-cra build",
|
||||
"micro":"CI=false && cd ../../microfrontends/SignDocuments && npm run build",
|
||||
"micro": "cd ../../microfrontends/SignDocuments && npm install && npm run build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"release": "standard-version",
|
||||
|
||||
Reference in New Issue
Block a user