Fix makefile

This commit is contained in:
rishabjasrotia
2023-11-09 18:05:34 +05:30
parent dbff436bc2
commit 3b93f96479
+1 -1
View File
@@ -1,7 +1,7 @@
build:
cp .env.local_dev .env
rm -rf apps/OpenSign/public/mfbuild
cd microfrontends/SignDocuments && npm install && npm run build
cd microfrontends/SignDocuments && npm install && npm run build
docker compose up -d
run: