From 73978ebce4ac064c5a59d5ca945e78a006ba9564 Mon Sep 17 00:00:00 2001 From: rishabjasrotia Date: Sun, 5 Nov 2023 19:20:34 +0530 Subject: [PATCH] Fix issue --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index d95af2762..35fa55901 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ 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