diff --git a/Makefile b/Makefile index 35fa55901..d95af2762 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ build: cp .env.local_dev .env + rm -rf apps/OpenSign/public/mfbuild/* + cd microfrontends/SignDocuments && npm install && npm run build docker compose up -d \ No newline at end of file